Skip to content
This repository has been archived by the owner on Aug 14, 2019. It is now read-only.

ACS-DDS/TrouveTonClub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TrouveTonClub

NodeSecurity Logo travis-ci Logo

TrouveTonClub is a mobile-ready, node.js powered website for searching sports club.

  • enter your search

Tech

TrouveTonClub uses a number of open source projects to work properly:

And of course TrouveTonClub itself is open source with a public repository on GitHub.

Installation

TrouveTonClub requires Node.js v7+ to run.

Install the dependencies and devDependencies and start the server.

$ cd TrouveTonClub
$ npm install -d
$ npm run dev

For production environments...

$ cd TrouveTonClub
$ npm install
$ npm run start

Development

Want to contribute? Great!

TrouveTonClub uses PM2 for developing. Make a change in your file and reload to see your updates!

Open your favorite Terminal and run these commands.

First Tab:

$ pm2 start app.js

License

GPLv3