This doc will walk you through deploying Zoo on Vercel.
-
Fork this repo
-
Create a new project on Vercel
-
Deploy! This will take a few minutes. But once it's done, you'll have a URL where you can access your app.
-
Install the Vercel CLI by running the following command in your terminal:
npm install -g vercel
-
Navigate to the root directory of your Zoo project using the terminal.
-
copy the
.env.example
file, name it.env
, and fill in your credentials. -
(Optional) Login to your Vercel account by running:
vercel login
-
Initialize the project by running:
vercel init
Select
next-js
as the framework andy
when asked to override the default settings. -
Once the initialization is complete, you can deploy the project to Vercel by running:
vercel
This command will start the deployment process, and Vercel will provide you with a unique URL where your app will be accessible once deployed.
-
Wait for the deployment to finish. It may take a few minutes, but once it's done, Vercel will display the URL of your deployed app in the terminal.