Skip to content
This repository was archived by the owner on Jan 12, 2025. It is now read-only.

Latest commit

 

History

History
21 lines (15 loc) · 550 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 550 Bytes

On Problem - We Are On Them

A small step to help people collaborate to make the world a little bit more livable place by solving the biggest problems.

Installation

git checkout <repository URI>
npm install
node_modules/.bin/sequelize init
cd sematic/
../node_modules/gulp/bin/gulp.js build

Database Installation [WIP]

  • 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)