Skip to content

imfelixyeung/uol-sports-centre

Repository files navigation

Sports Centre Management System

Quick Start

GitHub Codespaces

  1. Open this repo in GitHub Codespaces
    Open in Codespaces

  2. Create and populate the .env file, the example env file is located at .env.example

  3. Open a new terminal, run make start, this could take a while for the first time

  4. Click Open in Browser in the popup located at the bottom right

Local Machine

Prerequisites

Docker, follow the installation guide here

Steps

  1. Clone repo

  2. Create and populate the .env file, the example env file is located at .env.example

  3. Open a new terminal, run make start, this could take a while for the first time

  4. In your browser, go to http://localhost:<APP_PORT> where <APP_PORT> is the port specified in your .env file