Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/xctf-io/chalgen-online

Website to generate CTF competitions
https://github.com/xctf-io/chalgen-online

Last synced: about 1 month ago
JSON representation

Website to generate CTF competitions

Awesome Lists containing this project

README

        

## CHALGEN Online

GUI for creating tree-based CTF competitions.

## Requirements

Install Flask:

```bash
python -m pip install Flask
```

Install the `tailwindcss` package via NPM:

```bash
npm install -D tailwindcss
```

Install Flowbite as a dependency using NPM:

```bash
npm i flowbite
```

## Development

Start a local server by running `python app.py` inside your terminal:

```bash
python app.py
```

This should make the project available via the browser by going to `http://localhost:5000/`.