Teaches students in grades 7-12 principles of Cyber Security through a series of missions and mini games.
Cyber Defense is a web application that leverages the power of HTML5, JS, CSS and Apache Cordova to provide support for mobile devices.
Feel free to review the code and come join the conversation in our Gitter channel. We're always open to fresh ideas that helps us with our goal of Cyber Security education.
- Ryan McAfee
- Ben Avellone
- Dan Hillman
- Bryan Shebeck
- Sam Austin
- Clone the repo with
git clone https://github.com/uwfcodefest/cyberdefense.git
- Install dependencies with
npm i -g bower && npm i && bower i
- Compile app assets by running
npm run build
- If on windows, run
npm run build:win
- If on windows, run
- Run
npm run dev
to start the app, ornpm run dev:dbg
to start the app with debugging output enabled- If on windows, use
npm run dev:win
ornpm run dev:dbg:win
, respectively
- If on windows, use
- Open a web browser and view the app at
localhost:8888
- ...
- Profit!
Connect with us on Gitter, here's our channel: https://gitter.im/uwfcodefest/cyberdefense