The website for Chaotic backup
Go to file
2019-12-05 11:09:19 -05:00
build fix bug with sets 2019-10-28 10:28:20 -04:00
src Merge branch 'master' of chaotic.github.com:chaoticbackup/chaoticbackup.github.io into material 2019-12-05 11:09:19 -05:00
.eslintrc.js switched to yarn; add additional dependency 2019-11-14 11:02:10 -05:00
.gitignore [update] dependencies to [fix] build failure 2019-05-13 17:28:20 -04:00
.nojekyll Add SPA for GitHub Pages boilerplate 2017-04-27 15:03:28 -04:00
404.html improve chunking; fix portal css; fix dependency update issues 2019-09-26 15:52:42 -04:00
chaotic-portal.sublime-project [add] lokijs in-memory database 2017-10-23 00:21:14 -04:00
favicon.ico Reduced Header code 2017-04-28 19:08:09 -04:00
index.html reduced globally applied styles 2019-11-14 11:03:07 -05:00
jsconfig.json update dependencies; fix linting 2019-09-25 16:43:36 -04:00
LICENSE playing around with routes 2017-04-27 17:26:44 -04:00
package.json switched to yarn; add additional dependency 2019-11-14 11:02:10 -05:00
README.md switched to yarn; add additional dependency 2019-11-14 11:02:10 -05:00
tsconfig.json add typescript capability 2019-10-23 14:06:16 -04:00
webpack.config.babel.js switched to yarn; add additional dependency 2019-11-14 11:02:10 -05:00
yarn.lock switched to yarn; add additional dependency 2019-11-14 11:02:10 -05:00

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