A BackboneJS client for the Articles API at http://semantics.projectchronos.eu
You need to have npm installed.
From the repository's directory:
- Install SASS Ruby gem:
sudo gem install sass - Install node modules:
npm install - Install Bower:
sudo npm install -g bower - Install packages via Bower:
bower install - Install Gulp:
sudo npm install -g gulp - Install packages via Gulp:
gulp
To open it locally:
- Option 1: Install http-server:
sudo npm install -g http-server, go to the root folder and execute the serverhttp-server . - Option 2: If you have Python installed, run from inside the repository's directory
python -m SimpleHTTPServer
Open the address in your browser.