Update README with set up instructions (#279)
* Update README.md * Update README.md added detail about env vars and networks. * Fix typo Co-authored-by: candida-d <62548908+candida-d@users.noreply.github.com> Co-authored-by: Matthew Russell <mattrussell36@gmail.com> Co-authored-by: candida-d <62548908+candida-d@users.noreply.github.com>
This commit is contained in:
parent
ba19b5acca
commit
388bbd961c
@ -26,6 +26,12 @@ The Tailwind CSS config contains theme that align default config with Vega desig
|
||||
|
||||
# 💻 Develop
|
||||
|
||||
### Set up
|
||||
|
||||
Check you have the correct version of Node. You can [install NVM to switch between node versions](https://github.com/nvm-sh/nvm#installing-and-updating). Then `NVM install`.
|
||||
Before you build you will need to `yarn install` in the root directory.
|
||||
The repository includes a number of template .env files for different networks. Copy from these to the .env file before `serve` to lauch app with different network.
|
||||
|
||||
### Build
|
||||
|
||||
Run `nx build my-app` to build the project. The build artifacts will be stored in the `dist/` directory. Use the `--prod` flag for a production build.
|
||||
|
Loading…
Reference in New Issue
Block a user