Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 962 Bytes

README.md

File metadata and controls

34 lines (23 loc) · 962 Bytes

JailBreak App

This is currently a WIP repo for a jailbreak application for tracking the progress of students away from Lancaster University Jailbreak challenge.

Project goals

  • Allow the safe and accurate tracking of the students progress as they try and get as far away from the university as possible
  • Make the task of tracking students easier for the Jailbreak staff.
  • Provide LA1TV with an interactive screen for an easier showing of the progress of the students

##Prerequisites

  • Node / npm
  • MongoDB
  • Imagemagick

##Getting Started

git clone [email protected]:moschopsuk/jailbreak-app.git
cd jailbreak-app
npm install

##Development

After installing all of the dependencies the following command will run the core tasks to build the public assets.

gulp

##Running

A development server can be started by running the command. Todo find some way of reloading the browser when file chnages are also made.

npm start