Quick start
Installation
Install Mercur on your local machine
Mercur uses Turborepo to manage the project.
Follow these steps to install and run Mercur on your operating system:
Step 1: Clone the Mercur repository:
Step 2: Navigate to the Mercur directory and execute the following command:
Step 3: Go to the backend directory and prepare .env
file
Step 4: Configure database credentials in the .env
file
Do not delete $DB_NAME
from the connection string. You’ll be prompted to
choose database name during the next step.
Step 5: Setup database and run migrations
Step 6: Create admin user
Step 7: Go to the root directory and run the following command to start Turborepo