/hackfortress-starter

This is a boilerplate for creating nodejs Hackfortress Puzzles

Primary LanguageJavaScript

HackFortress Web Puzzle Starter

This project is a simple express app with basic styling and components to start building web puzzles for HackFortress. I've disabled the basic browser protections like XSS protection and unsafe HTML injection so you can willy nilly do what you'd like.

Installation & Run Commands

To install the dependencies just simply run:

yarn or npm i

To fire up the server just run

yarn start or npm run start