Skip to content

WoIfey/Quotely

Repository files navigation

Quotely

Quotes submitted by users!

Setup

1 Clone the repository

git clone https://github.com/WoIfey/Quotely.git
cd Quotely

2 Install dependencies

pnpm install

3 Configure environment variables

Copy the env.example file and rename it to .env and set the following variables from:

4 Initialize the database

pnpm docker

5 Run database migrations

pnpm prisma

6 Start the development server

pnpm dev