checkr / codeflow

Open source event based Platform as a Service

Home Page:https://codeflow.checkr.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

THIS PROJECT IS NOT MAINTAINED ANYMORE! All further development has been moved to CodeAmp https://github.com/codeamp

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

https://codeflow.checkr.com

License:Apache License 2.0


Languages

Language:Go 58.5%Language:CSS 21.9%Language:JavaScript 18.4%Language:Shell 1.1%Language:HTML 0.1%Language:Makefile 0.0%