Skip to content

Setup

Prerequisites

Make sure you have the following installed:

  • Git – Version control system
  • Make – Build automation tool
  • Docker – Containerization platform

Installation

Clone the repository and navigate to the project directory:

git clone https://github.com/ConstructCloud/server
cd server

Setup

Install dependencies and prepare the project:

make setup

Next Steps

Once setup is complete, check out the usage guide to learn how to use the project, or see the contributing guide if you'd like to contribute.