The website for Chaotic backup
Go to file
2019-07-10 16:33:18 -04:00
build database will update if it has changed since last build 2019-07-05 22:18:54 -04:00
src removed example folder 2019-07-10 16:33:18 -04:00
.eslintrc.json [update] webpack production 2019-01-05 13:33:37 -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 [change] merged portal and collection into single app 2017-10-12 18:41:52 -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.dev.html [change] local webpack won't use built css file 2019-04-22 22:19:58 -04:00
index.html Improved UI for the collection page 2019-04-13 21:08:59 -04:00
LICENSE playing around with routes 2017-04-27 17:26:44 -04:00
package-lock.json database will update if it has changed since last build 2019-07-05 22:18:54 -04:00
package.json database will update if it has changed since last build 2019-07-05 22:18:54 -04:00
README.md simplified readme instructions 2019-04-22 22:20:11 -04:00
webpack.config.babel.js [update] dependencies to [fix] build failure 2019-05-13 17:28:20 -04:00

Dev Instructions

Have Nodejs (node installation) 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

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