Manual Installation#
Manual installation of rCTF is useful to develop and modify the project.
To run rCTF locally, you'll need node and yarn.
Clone the rCTF repository:
git clone https://github.com/redpwn/rctf
After cloning, you will need to setup the configuration files in the conf.d
directory. An example conf.d
is used for testing.
To develop rCTF, run:
yarn dev
To simulate a full production build, run:
yarn build && yarn start