From 2ea8ca218dad145edeaccb6ac14d48397eb0a001 Mon Sep 17 00:00:00 2001 From: Khai Hung Luong Date: Wed, 22 Jan 2025 17:17:34 -0800 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index cd8647e..b5d08ee 100644 --- a/README.md +++ b/README.md @@ -15,8 +15,8 @@ This is a [Next.js](https://nextjs.org) project to create a web application temp Open http://localhost:3000 in your browser to see the template home page. You can start editing the page by modifying `app/page.tsx`. The page auto-updates as you edit the file. *__Some important tips:__* - - Remember to add all the environment variables in this [document](https://docs.google.com/spreadsheets/d/1HWzT14xOBQg8zwtJ3RfTpdCH8ENshvoSRAO7LeGP1IM/edit?usp=sharing) (only accessible for officers who have VVF gmail account) - - When you added/modified **any** packages in package.json, please update yarn.lock by running: + - Remember to add all the environment variables in this [document](https://docs.google.com/spreadsheets/d/1HWzT14xOBQg8zwtJ3RfTpdCH8ENshvoSRAO7LeGP1IM/edit?usp=sharing) (only accessible to officers who have VVF gmail account) + - When you add/modify **any** packages in package.json, please update yarn.lock by running: ```sh yarn install --mode=update-lockfile @@ -24,7 +24,7 @@ This is a [Next.js](https://nextjs.org) project to create a web application temp - Make sure __all__ checks have passed in your PR: ![image](https://github.com/user-attachments/assets/30f67fa3-b284-4576-a23e-268f52368cc3) - For database, run (ensure DATABASE_URL is in .env): + For the database, run (ensure DATABASE_URL is in .env): ```sh npx prisma studio ```