Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 663 Bytes

README.md

File metadata and controls

31 lines (24 loc) · 663 Bytes

Cyber Kids Who Dunn It challenge

GitHub last commit GitHub repo size in bytes

CyberKids Website Example

Description

CTF style "Who Dunn It" game for children (Frontend only)

Building and running

  1. Clone repo
git clone https://github.com/cyberkidsday/whodunnit.git
  1. install npm dependencies where package.json is
npn install
  1. run the app
npm start

Source

Forked from:

https://github.com/cornflourblue/angular2-registration-login-example-webpack