.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)yarn
packages/prisma/schema.prisma
)User
model to add a new user record.Save 1 Record
to create your first user.apps/web
cd ../.. && yarn build