Everything starts automatically. Just watch the terminal.
When all tasks are done, you can open - http://localhost:3007/ (ctrl/cmd + click by link)
- make sure to use node v14.15.0 (we recommend to use nvm)
- install docker and docker-compose
git clone https://github.com/deep-foundation/dev.git; cd dev; npm ci; npm run packages; npm run local;
Automatic
npm run gitpod-startgitpod start u
OR
npm run gitpod-locallocal launch processesnpm run gitpod-recreatedocker/migrations clear/init
Manual
npm ci; npm run git-shh-to-https; npm run packagesbefore all, only ONCE PER GITPOD CONTAINER!npm ci; npm run git-shh-to-https; npm run gitpodgitpod start up
Automatic
npm run locallocal launch processesnpm run local-recreatedocker/migrations clear/init
Manual
npm ci && npm run packagesbefore all, only ONCE PER GITPOD CONTAINER!
npm run rm-migratesto delete all .migrate artifacts of npm migrate package
- attention! before work checkout to branch from detached commits in each needed submodule
npm run gulp -- packages:getclone and install all packages starts automatically in workspace(cd packages/hasura && npm run docker-local)start docker postgres and hasura locally starts automatically in workspacenpm run gulp -- packages:setfast git add git commit and git push deepcase reponpm run gulp -- package:insert --url HTTPGITURL --name NAMEINPACKAGESDIRECTORYinsert submodulenpm run gulp -- package:delete --name NAMEINPACKAGESDIRECTORYdelete submodulenpm run gulp -- assets:updatecopy all assets from ./assets in to each packagenpm run gulp -- packages:syncsync all dependenced packages in workspace