This is the main website for IRSeC which is RITSEC's beginner-oriented, Red v. Blue, incident response focused competition. Built with ViteJS.
- NVM - Node Version Manager (https://github.com/nvm-sh/nvm)
- Or manual installation of NodeJS (just check the
.nvmrc
file for preferred version)
- Or manual installation of NodeJS (just check the
To use the specified version of NodeJS, just run:
$ nvm install
$ npm i
This will use the local version of NodeJS as specified in the .nvmrc file.
Production is deployed automatically to Cloudflare Pages via CI/CD. Nothing to do here :)
If you want to stand up a development server, just run:
$ npm i
$ npm run dev