Skip to content
This repository has been archived by the owner on Dec 6, 2022. It is now read-only.

TizianoPerrucci/GetThere

Repository files navigation

Build Status

How to run it

Install node.js http://nodejs.org/#download Install foreman https://github.com/ddollar/foreman

Installing all application dependencies:

$ npm install

Run the application:

$ NODE_ENV=production foreman start

How to deploy it

The application is deployed on Heroku and accessible on http://getthere.herokuapp.com

Redeploy application:

$ git push heroku master

Developer information

Dependencies version:

$ npm ls

Run with code changes enabled:

$ supervisor app.js

Run tests:

$ npm test
$ ./node_modules/mocha/bin/mocha (-w for watching) (-d for debugging)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published