Categorygithub.com/checkr/codeflow
module
0.9.0
Repository: https://github.com/checkr/codeflow.git
Documentation: pkg.go.dev

# README

Codeflow

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

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 :boom: Happy coding!!!

Hosted docs

https://codeflow.checkr.com/

master branch continuously deployed with Codeflow!

# Packages

No description provided by the author