Skip to content

Commit 88d4824

Browse files
gerheanmartin-henz
authored andcommitted
Update readme (#435)
1 parent dd3fec1 commit 88d4824

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
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).
99
2. Run `yarn` to install dependencies.
1010
3. Copy the `.env.example` file as `.env` and set the variable `REACT_APP_IVLE_KEY`
1111
to contain your IVLE Lapi key.
@@ -15,6 +15,12 @@
1515
## IVLE LAPI Key
1616
For 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

2026
1. `actions` contains action creators, one file per reducer, combined in index.

0 commit comments

Comments
 (0)