Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 337 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 337 Bytes

gitr client

Client code for gitr.io - TODO: a tagline

Install

$ npm install

Run for Development

$ npm start

The default port is 8080 - to use a different one, do something like this:

$ PORT=3000 npm start

Build for Production

$ npm build