Skip to content

LASACTF/LASACTF-Web-Frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LASACTF-Web-Frontend

This repository contains the front end web code behind LASACTF, run March 2016.

How it Works

LASACTF was built so that minimal server-side code was needed other than minor modifications to the PicoCTF Api.

All competition data is pulled dynamically by client-side Javascript with REST/Ajax queries (see src/js for some examples). Thus, the only server dependency is the LASACTF-Api repository.

Building the Project

Simply git-clone, then run:

bower install
sudo npm install
gulp build

Static assets should be updated automatically by gulp on page refresh.

About

Official web frontend for LASACTF, a computer security competition.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published