BalaSwecha Kiosk is an experiment to understand children's psychology and their eagerness to understand educational concepts using computers.
To clone and run this repository you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:
# Install node, npm, git and onboard ( for deb based distributions )
$ sudo apt-get install nodejs nodejs-legacy npm git onboard
# Clone this repository
$ git clone https://github.com/balaswecha/kiosk
# Go into the repository
$ cd kiosk
# Install dependencies and run the app
$ npm install && npm start