Skip to content

rozerosie/heycake

 
 

Repository files navigation

HeyCake

heycake is a way to track callouts for your team in slack.

Docker locally

Docker is set up as a replication of production. This generates an erlang release and is not intended for development purposes.

docker-compose pull
docker-compose build
docker-compose up -d postgres
docker-compose run --rm app eval "HeyCake.ReleaseTasks.Migrate.run()"
docker-compose up app

You now can view http://localhost:4000 and access the application.

About

heycake is a way to track callouts for your team in slack

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Elixir 76.1%
  • HTML 15.2%
  • JavaScript 4.4%
  • Mustache 1.3%
  • Shell 1.2%
  • SCSS 1.0%
  • Dockerfile 0.8%