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

https://github.com/azarattum/ctfplatform

Front end web platform for CTF.
https://github.com/azarattum/ctfplatform

Last synced: about 1 year ago
JSON representation

Front end web platform for CTF.

Awesome Lists containing this project

README

          

# CTF Platform
Front end web platform for CTF

### Usage:
Start your web server from *./dist* folder.

### Installation:
Install all dependencies:
```sh
npm install
```

### NPM Scripts:
| Script | Description |
| --------- | ------------------------------------------------------- |
| **serve** | Starts the webpack development server |
| release | Creates a production build of the project |
| build | Builds the entire project with webpack |
| watch | Watches all file changes and rebuilds them if necessary |