Categorygithub.com/kn1kn1/go-cfdg
repositorypackage
0.2.4
Repository: https://github.com/kn1kn1/go-cfdg.git
Documentation: pkg.go.dev

# README

go-cfdg

The source behind Context Free Art Playground at cfdg.herokuapp.com.

Requirements

Running Locally with Go

$ git clone https://github.com/kn1kn1/go-cfdg.git
$ cd go-cfdg
$ PORT=3000 go run main.go
$ open "http://localhost:3000"

Running Locally with Docker

$ git clone https://github.com/kn1kn1/go-cfdg.git
$ cd go-cfdg
$ docker-compose up web
$ open "http://$(docker-machine ip default):3000"

Deploying to Heroku

$ git clone https://github.com/kn1kn1/go-cfdg.git
$ cd go-cfdg
$ heroku create
$ heroku docker:release
$ heroku open

Build Status

Build Status Circle CI