Skip to content

Commit 5b189ef

Browse files
committed
Update README
1 parent 27dbbc1 commit 5b189ef

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -141,13 +141,14 @@ Add styles to your HTML elements and React Components by editing directly in the
141141

142142
1. Clone this repo `git clone https://github.com/oslabs-beta/fflow`
143143
2. Install the dependencies `npm install`
144-
3. Run script for development mode `npm run start`
145-
4. Build the app (automatic) `npm run build`
146-
5. Test the app (after `npm run build` || `yarn run build`) `npm run prod`
144+
3. Copy and run this in your terminal (`./node_modules/.bin/electron-rebuild`) or `.\node_modules\.bin\electron-rebuild.cmd` for Windows
145+
4. Run script for development mode `npm run start`
146+
5. Build the app (automatic) `npm run build`
147+
6. Test the app (after `npm run build` || `yarn run build`) `npm run prod`
147148

148-
Note there is currently an issue where the Monaco Code Editor keeps showing 'loading...' in development mode. We are working to solve this. In the meantime, when you drag HTML tags onto canvas you can still see the code editor's contents in the Developer Tools.
149+
#### Current issues
149150

150-
#### Node versioning error
151+
Note there is currently an issue where the Monaco Code Editor keeps showing 'loading...' in development mode. We are working to solve this. In the meantime, when you drag HTML tags onto canvas you can still see the code editor's contents in the Developer Tools.
151152

152153
#### Running tests
153154

0 commit comments

Comments
 (0)