chaoticbackup.github.io/README.md
2019-04-22 22:20:11 -04:00

17 lines
475 B
Markdown

## Dev Instructions
Have Nodejs ([node installation](https://nodejs.org/en/)) installed on your machine. Then navigate to the top level of the project in a run ``npm install``
### Development Running
To run the website locally
```bash
npm start
```
### Production Building
To have your changes reflected on the live website, you first need to build/bundle the javascript and css
```
npm run build
```
Then pushing/merging these changes into master will update the website