chaoticbackup.github.io/README.md

19 lines
544 B
Markdown

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