- Clone the repository
git clone https://github.com/Andrei137/Abur- Change the current working directory
cd Abur- Install the dependencies
pnpm install-
Rename .env.example to .env and add the missing variables
-
Create the database
pnpm run db:win # For Windows
pnpm run db:linux # For Linux- Start the server
pnpm run start