A small step to help people collaborate to make the world a little bit more livable place by solving the biggest problems.
git checkout <repository URI>
npm install
node_modules/.bin/sequelize init
cd sematic/
../node_modules/gulp/bin/gulp.js build
- Install brew if not already
- Install postgres and postico:
brew cask install postgres; brew cask install postico
- Fetch the database copy and run the sql to create database and populate data. (WIP)