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
3. run `nvm use`, if you get an error that the node version does not exit yet then please follow the instructions on screen (the `nvm use` is included in the installation)
10
+
4. run `npm install`
11
+
12
+
## Building
13
+
14
+
Run `npm run build` to get the production ready build, which is being put under `./build`.
15
+
16
+
If you want an ad hoc server serving the latest build then run `npm run start:build` instead - it will run the build command and then serve the application from that folder.
17
+
18
+
## Development
19
+
20
+
Run `npm run start` to get the ad hoc server running.
0 commit comments