The website for Chaotic backup
Go to file
2024-07-23 14:31:14 -04:00
build build collection 2024-07-23 14:31:14 -04:00
public change thumbnail to use imgur 2022-04-20 00:14:33 -04:00
src fix lint errors on ts/scss 2024-07-23 14:21:32 -04:00
.eslintrc update packages / fixed eslint 2024-07-23 14:17:18 -04: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
babel.config.js update packages / fixed eslint 2024-07-23 14:17:18 -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 update packages / fixed eslint 2024-07-23 14:17:18 -04:00
package.json update packages / fixed eslint 2024-07-23 14:17:18 -04:00
README.md update packages 2023-10-14 11:14:31 -04:00
tsconfig.json update packages / fixed eslint 2024-07-23 14:17:18 -04:00
webpack.config.js update packages / fixed eslint 2024-07-23 14:17:18 -04:00

Dev Instructions

Have Nodejs >=16 (node installation) installed on your machine. Then navigate to the top level of the project in a run npm install --legacy-peer-deps (note you may also need to run npm dedupe --force)

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

To test out the build locally

npx serve

Then pushing/merging these changes into master will update the website