Project for HackUpstate utilizing the Evernote API to build Civic Hacking Data Visualizations using Timeline.js
git clone https://github.com/FOSSRIT/everline.git
python setup.py develop
Make sure you have npm and node. The best way to do this is using
nvm
Getting nvm is easy. Simply run:
curl https://raw.githubusercontent.com/creationix/nvm/v0.17.2/install.sh | bash
The script clones the nvm repository to ~/.nvm
and adds the source line to
your profile (~/.bash_profile
, ~/.zshrc
or ~/.profile
).
You can customize the install source, directory and profile using the
NVM_SOURCE
, NVM_DIR
and PROFILE
variables. Eg:
curl ... | NVM_DIR=/usr/local/nvm bash
for a global install.
Once you have nvm, install the latest version of node
nvm install v0.10.24
To install bower (our front end javascript package manager) run
npm install -g bower
This installs the bower package manager globally on your box.
To install gulp:
npm install gulp
If you don't want to install gulp globally, you can run manually like so:
./node_modules/gulp/bin/gulp.js
If you cannot just run gulp
:
`node .\node_modules\gulp\bin\gulp.js`
python app.py