GUI for creating tree-based CTF competitions.
Install Flask:
python -m pip install Flask
Install the tailwindcss
package via NPM:
npm install -D tailwindcss
Install Flowbite as a dependency using NPM:
npm i flowbite
Start a local server by running python app.py
inside your terminal:
python app.py
This should make the project available via the browser by going to http://localhost:5000/
.