Skip to content

Commit 27ea888

Browse files
committed
fix config file
1 parent f82375a commit 27ea888

File tree

4 files changed

+3
-31
lines changed

4 files changed

+3
-31
lines changed

.env.dist

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
REACT_APP_DOMAIN=http://localhost:3000
2+
REACT_APP_SPOTIFY_CLIENT_ID=

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,9 @@ This project was bootstrapped with [Create React App](https://github.com/faceboo
22

33
---
44

5-
Create config file
6-
1. run `cp src/config/config.dist.js src/config/config.js` in your terminal
5+
Create environment variables
6+
1. run `cp .env.dist .env` in your terminal
77
2. adjust your clientId, redirectUri and the scopes
8-
3. run `cp .env.dist .env` in your terminal
98

109

1110

package.json

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -30,17 +30,5 @@
3030
},
3131
"eslintConfig": {
3232
"extends": "react-app"
33-
},
34-
"browserslist": {
35-
"production": [
36-
">0.2%",
37-
"not dead",
38-
"not op_mini all"
39-
],
40-
"development": [
41-
"last 1 chrome version",
42-
"last 1 firefox version",
43-
"last 1 safari version"
44-
]
4533
}
4634
}

src/config/config.dist.js

Lines changed: 0 additions & 16 deletions
This file was deleted.

0 commit comments

Comments
 (0)