The website for Chaotic backup
Go to file
dependabot[bot] 5bbc92b732
Bump url-parse from 1.5.4 to 1.5.7
Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.5.4 to 1.5.7.
- [Release notes](https://github.com/unshiftio/url-parse/releases)
- [Commits](https://github.com/unshiftio/url-parse/compare/1.5.4...1.5.7)

---
updated-dependencies:
- dependency-name: url-parse
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-19 17:04:02 +00:00
build change button to dropdown 2022-02-12 23:32:03 -05:00
public tweaked css to fix max checkbox moving 2022-02-07 11:36:05 -05:00
src change button to dropdown 2022-02-12 23:32:03 -05:00
.eslintrc add pagination + view toggles 2021-11-09 18:11:49 -05:00
.gitignore fix pack generation for op1 2020-03-01 21:51:59 -05: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 banished styles to legacy 2021-11-05 18:51:23 -04: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-lock.json Bump url-parse from 1.5.4 to 1.5.7 2022-02-19 17:04:02 +00:00
package.json updated react-router 2021-12-21 17:39:15 -05:00
README.md simplified readme instructions 2019-04-22 22:20:11 -04:00
tsconfig.json refactor; minimal collection + extended Attack 2021-11-05 18:28:09 -04:00
webpack.config.babel.js updated dependencies 2021-08-05 14:55:29 -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