Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/xctf-io/chalgen-online
- Owner: xctf-io
- License: mit
- Created: 2023-11-13T19:53:57.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-25T01:05:03.000Z (about 1 year ago)
- Last Synced: 2024-04-28T02:00:39.478Z (9 months ago)
- Language: HTML
- Size: 59.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/`.