Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 300 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 300 Bytes

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