version: 0.23.11
First of all, in the project directory create static/assets/ folder and put there respective static files from this repo
Then in the project directory select the network you want to work with:
After that you can run the following commands:
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
Launches the test runner in the interactive watch mode.
Launches the test runner in the interactive watch mode for the specified file(-s).
Build the test coverage report.
Runs local server to show test coverage report.
rm -rf node_modules/.cache/
and then yarn start
again
If it doesn't help, try to remove node_modules
folder and run yarn install
again.
yarn publish[:dev/:test/:release]
- publishes docker container with built application to the registry