Extendable deployment pipeline
Install Docker Compose
$ cp server/configs/codeflow.yml server/configs/codeflow.dev.yml
$ cp dashboard/.env dashboard/.env.development
$ cd dashboard/ && npm install && cd ../
$ make up
Check Makefile
to see what's happening under the hood.
Local dashboard will be started on http://localhost:3000
dashboard
and server
will reload on any file change 💥 Happy coding!!!
master
branch continuously deployed with Codeflow!