Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 428 Bytes

README.md

File metadata and controls

36 lines (24 loc) · 428 Bytes

buildnumber.dev

Centralized build numbers for your apps and libraries. https://www.buildnumber.dev/

Usage

Complete usage documentation is provided at https://www.buildnumber.dev/#examples.

Develop

Dependencies

$ brew install docker-compose
$ nvm use
$ npm install

Run

$ npm run watch

Test

$ docker-compose up
$ npm run test

Deploy

$ git push heroku master