Skip to content

SpiffyCloud/when2meet.me

Repository files navigation

When2Meet

A scheduling application

Development Quickstart

First, you need to setup a .env in the root of the repository:

cp .env.example .env

Make any necessary changes before proceeding.

Then, you can bring up the stack with docker-compose:

docker-compose up --build -d