Getting Started
Quickstart
Prerequisites
Before you begin, make sure you have the following installed:
- Node.js 18.x or later
- pnpm, npm, or yarn
- A PostgreSQL database
Installation
Clone the repository and install dependencies:
Step 1: Clone the repository
Use git to clone the repository to your local machine.
Step 2: Install dependencies
Run pnpm install to install all required dependencies.
Step 3: Set up environment variables
Copy .env.example to .env and fill in your database credentials.