Fork and clone the repository
Set environment variables
.env.example
file in apps/web
, rename it to .env
and fill it with your settings (See manual setup and Obtaining the Google API Credentials)Install packages with yarn
Set up the database using the Prisma schema
packages/prisma/schema.prisma
.Open [Prisma Studio](https://www.prisma.io/studio)
Open User model
User
model to add a new user record.Create new user
Save 1 Record
to create your first user.Login
YARN_ENABLE_IMMUTABLE_INSTALLS=false yarn install
as the install command instead.Create a new project on Vercel
Import from your forked repository
Set the Environment Variables
Set the root directory to `apps/web`
Override the build command
Hit Deploy