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.
- Host: GitHub
- URL: https://github.com/azarattum/ctfplatform
- Owner: Azarattum
- Created: 2019-12-05T16:46:48.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-02-17T07:45:07.000Z (over 1 year ago)
- Last Synced: 2025-02-17T08:32:29.388Z (over 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 2.68 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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 |