For the united environment, we use docker for development and deploy.
If you want to use your local nodejs, take a look at CONTRIBUTING-WITH-NODE
You should install docker in your client.
Just run:
make start
# if you want to stop it, just ctrl+c
# or
make stop
# if you want to rebuild node_modules force run:
make start-with-build
Then, it'll watch the file's changes, and auto restart or refresh
The client dev URL is http://localhost:3000
make test
make build
We use prettier default rule,you should install vscode prettier format tools fro development.
deploy:
make deploy
The production URL is https://matters2ipfs.js.org