Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 655 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 655 Bytes

beluga

Event tracking, rating and prioritizing for your event going pleasure.

🏃 Getting Started

You will need Docker.

make        # Build containers.
make run    # Start server.

👷 Development

Development dependencies are a superset of the production dependencies. As such, the development container is inherited from the production container.

make dev    # Enter dev container and mount this repository.

:shipit: Deployment

The production Dockerfile gets pulled and built from the master branch by DockerHub.