Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 532 Bytes

File metadata and controls

31 lines (19 loc) · 532 Bytes

CTFlib

Writeup storage and search system. Deployed at ctflib.junron.dev.

Viewing the project

Viewing online

You can view this project online at ctflib.junron.dev.

Viewing locally

Either follow the instructions below or open ./dist/index.html in your browser.

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build