Skip to content

Development

Aaron Esau edited this page Feb 18, 2020 · 1 revision

Backend

For hot reloading, use nodemon.

$ yarn dev

There is a precommit hook that will block commits that fail to meet the style guide. To fix style errors, use standard.

$ yarn lint --fix

Frontend

The frontend is built on Preact and Cirrus.

All of the frontend code is in /client. To automatically watch the directory for changes, use the watch command.

$ yarn watch

About rCTF

Installations and Deployment

Tutorials and Examples

Development

Clone this wiki locally