Skip to content

kaogeek/spanboon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spanboon Project

Social Civic Platform

Spanboon

What's included

Getting Started

Prerequisites

  • Download and install npm from Node.js
  • Download and install git tool you prefer, eg.
  • Navigate to <INSTALL_DIR> by using Cmd (in Windows) or Terminal (in MacOS).
  • Install dependency packages by executing:
      npm install
    
  • Install MongoDB Community Edition

Running Spanboon API Server

  • You can run the Spanboon API server by executing:
      npm start serve
    

Running Spanboon Web and Admin

  • You can run the Spanboon Web and Admin by executing:
      npm run start
    

Building Spanboon API

  • For Development
    npm start build
  • For Production
    npm start build production

Building Spanboon Web and Admin

  • For Development
    npm run build
  • For Production
    npm run prod

Feature Requests and Bug Reports

When you file a feature request or when you are submitting a bug report to the issue tracker, make sure you add steps to reproduce it. Especially if that bug is some weird/rare one.

License

This project is currently licensed under the MIT License.