2024-07-23 14:31:14 -04:00
2024-07-23 14:31:14 -04:00
2022-04-20 00:14:33 -04:00
2024-07-23 14:21:32 -04:00
2024-07-23 14:17:18 -04:00
2020-03-01 21:51:59 -05:00
2017-04-27 15:03:28 -04:00
2024-07-23 14:17:18 -04:00
2017-04-28 19:08:09 -04:00
2021-11-05 18:51:23 -04:00
2019-09-25 16:43:36 -04:00
2017-04-27 17:26:44 -04:00
2024-07-23 14:17:18 -04:00
2023-10-14 11:14:31 -04:00
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

Description
The website for Chaotic backup
Readme MIT 12 MiB
Languages
JavaScript 44.6%
TypeScript 24.2%
CSS 22.8%
SCSS 6.6%
HTML 1.8%