Skip to content

ritsec/irsec-website

Repository files navigation

IRSeC Website

This is the main website for IRSeC which is RITSEC's beginner-oriented, Red v. Blue, incident response focused competition. Built with ViteJS.

Prerequisites

Setting up

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

Production is deployed automatically to Cloudflare Pages via CI/CD. Nothing to do here :)

Development

If you want to stand up a development server, just run:

$ npm i
$ npm run dev