Skip to content
Yeo Wen Qin, Kaynn edited this page Jun 27, 2024 · 2 revisions

Prerequisites

  1. Have Docker Engine installed and running.

Build and Run

  1. Clone the project locally.
  2. Copy .env.example into .env, and change environment variables accordingly.
  3. docker-compose up --build.
  4. Run migration-helper.sh if it's your first time running the project. (Database migrations)

Notes

Clone this wiki locally