Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 251 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 251 Bytes

Parrot Network

To run locally:

docker-compose up --force-recreate --build

or :

docker run -p 27017:27017 --name mongo -d mongo
$env:MONGO_CONN = "mongodb://localhost:27017/parrots"

yarn install
gulp
npm start