-
Install the necessary dependencies:
npm install --legacy-peer-deps
-
Set up your database connection:
- Use a PostgreSQL database and provide the database URL in your environment variables.
-
Install the SQL scripts:
- Navigate to the scripts directory and run the SQL scripts to set up your database schema.
-
Configure environment variables:
- Copy the example environment file:
cp .env.example .env.local
-
Deploy your application:
- After test, deploy it to vercel from the github.
Make sure to follow these steps to ensure a smooth setup process.
See you, Samik