mirror of
https://github.com/chaoticbackup/chaoticbackup.github.io.git
synced 2026-03-22 01:34:20 -05:00
The website for Chaotic backup
| build | ||
| src | ||
| .eslintrc.js | ||
| .gitignore | ||
| .nojekyll | ||
| 404.html | ||
| chaotic-portal.sublime-project | ||
| favicon.ico | ||
| index.html | ||
| jsconfig.json | ||
| LICENSE | ||
| package.json | ||
| README.md | ||
| tsconfig.json | ||
| webpack.config.babel.js | ||
| yarn.lock | ||
Setup Instructions
Have Nodejs (node installation) installed on your machine.
Install (yarn) 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
yarn start
Production Building
To have your changes reflected on the live website, you first need to build/bundle the javascript and css
yarn build
Merging changes into master will update the website