Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 302 Bytes

CONTRIBUTING.md

File metadata and controls

17 lines (14 loc) · 302 Bytes

Local Dev Setup

docker-compose up -d

# To run tests, make sure that you have docker, docker-compose, and docker-machine
# See the wiki on how to start docker:
# https://github.com/falcon-client/falcon-core/wiki/Docker

# Run the tests
yarn test

Pulishing

npm i -g np
np