Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
shiro102 authored Jan 23, 2025
1 parent e8c3099 commit 2ea8ca2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,16 @@ 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
```
- 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
```
Expand Down

0 comments on commit 2ea8ca2

Please sign in to comment.