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

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%