You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -141,13 +141,14 @@ Add styles to your HTML elements and React Components by editing directly in the
141
141
142
142
1. Clone this repo `git clone https://github.com/oslabs-beta/fflow`
143
143
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`
147
148
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
149
150
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.
0 commit comments