orbital Interface
This is a project for Orbital 2015 It's an interface for scheduling university life.
It's initialliy constructed using Meteor JS Meteor JS and also node framework.
To deploy the app on the local system do the following.
-
Install node js onto the system from https://nodejs.org/
-
Install meteor JS by typing the following into terminal
curl https://install.meteor.com/ | sh
also documentaion can be found on meteor.com -
clone the git project into the local drive by typing
git clone https://github.com/ravic1995/orbitaInterface.git
-
After that go to the directory containing the files.
cd orbitalInterface
meteor
-
After which the roject will start into the localhost:3000
-
edit the html css and js file and keep it updated on git