- Install the packages using npm or yarn running the following command in your terminal
npm install
OR
yarn install
-
Replace the DATABASE connection string (
DATABASE_URL
) in the .env file -
Run the following command to start the project locally.
Using npm
npm run dev
Or Using yarn
yarn run dev
- You can confirm if all worked properly by visiting the provided local url