Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 480 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 480 Bytes

Arsfest

Simple registration site written with Gatsby & Fastify for the annual ball at TF that might still be running here

Running the application

Prerequisites

  • docker
  • docker-compose

A development environment can be started with

docker-compose -f docker-compose.dev up --build

To start a production environment, run

docker-compose up --build

The application can be accesse at http://localhost:8000