Skip to content

Latest commit

 

History

History
executable file
·
19 lines (13 loc) · 308 Bytes

README.md

File metadata and controls

executable file
·
19 lines (13 loc) · 308 Bytes

Clavi Server

Server side code for Clavi.

Usage instructions

After cloning the repository,

$ npm install

$ node app.js

After commiting changes,

$ git push heroku master  # if heroku repo is added

$ git push origin master  # this pushes to both. heroku ass well as origin