Skip to content

neeedo/neeedo-webapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

894fe4c · Jul 30, 2015
Jul 30, 2015
Jul 30, 2015
Jul 30, 2015
Jun 23, 2015
Jul 29, 2015
Jul 30, 2015
Mar 7, 2015
Apr 15, 2015
Mar 7, 2015
Jul 27, 2015
Apr 15, 2015
Mar 7, 2015
Jul 29, 2015
Mar 7, 2015
May 31, 2015
Jul 27, 2015

Repository files navigation

neeedo-webapp

a Sails application

Travis Build Status

codecov.io

codecov.io

Live webapp

http://www.neeedo.com

Installation

  • Please install ImageMagick first: http://www.imagemagick.org/ .
  • Install the latest Node.js (which includes the NPM package manager) .
  • Checkout the project and install the NPM dependencies
git clone https://github.com/neeedo/neeedo-webapp.git
npm install
  • If you want to make use of grunt (e.g. to run the code coverage task more smoothly), please install Grunt and set up the Grunt CLI (-> http://gruntjs.com/getting-started ).

Configuration

You can set a custom configuration if desired. Therefore, please copy config/env/development.js to config/env/custom.js or similiar and adjust the configuration.

Afterwards, set the environment before running the app:

NODE_ENV = custom

Run the project

Make sure to have the neeedo Api running according to your config/env/development.js configuration or the custom one.

npm start
  • The default environment is 'development'. On production systems, set the NODE_ENV environment variable to 'production'.

Generate test coverage report

grunt testcoverage

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published