$ git clone https://github.com/pierrechls/tweetscape
- Duplicate the
.env.example
file and rename it to.env
- Get your application settings from the Twitter Application Management
- Remplace the default values into your
.env
file by your Twitter Application values - Keep
NODE_ENV
value toproduction
from your Heroku application to deploy the API
$ npm install
$ npm run dev
$ npm run server
$ npm run build
$ npm run lint
$ npm run deploy
Set API production URL from the default.json
file into settings
folder.
You have to download Node.js
Project developed by Pierre Charles, Jules Tantot and Victor Viale, 3 students of IMAC Engineering school.