mirror of
https://github.com/chaoticbackup/chaoticbackup.github.io.git
synced 2026-03-25 11:14:24 -05:00
The website for Chaotic backup
Bumps [webpack](https://github.com/webpack/webpack) from 5.75.0 to 5.76.0. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v5.75.0...v5.76.0) --- updated-dependencies: - dependency-name: webpack dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> |
||
|---|---|---|
| build | ||
| public | ||
| src | ||
| .eslintrc | ||
| .gitignore | ||
| .nojekyll | ||
| 404.html | ||
| chaotic-portal.sublime-project | ||
| favicon.ico | ||
| index.html | ||
| jsconfig.json | ||
| LICENSE | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| tsconfig.json | ||
| webpack.config.babel.js | ||
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