CodeForBaltimore / civicideahub

Project to create a portal for gathering civic hacking ideas.
MIT License
14 stars 5 forks source link

civicideahub

Project to create a portal for gathering civic hacking ideas.

Overall project goals:

Anti-goals:

MVP Goals

Key Sections

Installation

  1. Install Node and NPM
  2. Install Dependencies

    npm install
  3. Start Dev Server

    npm start

Start Mock API server:

./node_modules/.bin/json-server mock-data/projects.json --port 3030

If you have docker you can generate a dev container:

docker-compose up

The dev server is hosted on http://localhost:3000

The mock api server is hosted on http://localhost:3030

Colors