File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change 55
66## Development Setup
77
8- 1 . Install a stable version of Yarn and NodeJS.
8+ 1 . Install a stable version of Yarn and NodeJS (use node version 4-9 with nvm) .
992 . Run ` yarn ` to install dependencies.
10103 . Copy the ` .env.example ` file as ` .env ` and set the variable ` REACT_APP_IVLE_KEY `
1111 to contain your IVLE Lapi key.
1515## IVLE LAPI Key
1616For NUS students, you can access your IVLE LAPI key [ here] ( https://ivle.nus.edu.sg/LAPI/default.aspx ) .
1717
18+ ## For Windows Users
19+ In package.json, change line 19:
20+ "start-js": "rm -r coverage; BROWSER=none PORT=80 react-scripts-ts start",
21+ to:
22+ "start-js": "set PORT=80 & react-scripts-ts start",
23+
1824## Application Structure
1925
20261 . ` actions ` contains action creators, one file per reducer, combined in index.
You can’t perform that action at this time.
0 commit comments