Vercel
Last updated
Was this helpful?
Last updated
Was this helpful?
You need a PostgresDB database hosted somewhere. offer a great free option while offers a low-cost option.
Fork and clone the repository
Copy the .env.example
file in apps/web
, rename it to .env
and fill it with your settings ( and )
Install packages with yarn
Set up the database using the Prisma schema (found in packages/prisma/schema.prisma
)
Open to look at or modify the database content: yarn db-studio
Click on the User
model to add a new user record.
Fill out the fields (remembering to encrypt your password with ) and click Save 1 Record
to create your first user.
Open a browser to on your localhost and login with your just created, first user.
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 to cd ../.. && yarn build
Hit Deploy