Skip to content

drshrey/codeflow

 
 

Repository files navigation

Codeflow CircleCI

Extendable deployment pipeline

Local Development with Docker

Install Docker Compose

Create DEV configs

$ cp server/configs/codeflow.yml server/configs/codeflow.dev.yml
$ cp dashboard/.env dashboard/.env.development
$ cd dashboard/ && npm install && cd ../

To start the server and all dependencies run:

$ 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!!!

Hosted docs

https://codeflow.checkr.com/

master branch continuously deployed with Codeflow!

Slack

Screenshots

About

Open source event based Platform as a Service

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 58.0%
  • CSS 22.6%
  • JavaScript 18.2%
  • Shell 1.1%
  • Other 0.1%