update readme

This commit is contained in:
Vivian Phung 2024-02-26 17:08:22 -05:00
parent dbb928cd2f
commit ece9a2ecec
No known key found for this signature in database

View File

@ -181,6 +181,12 @@
cd packages/frontend
```
- Rename [.env.example](packages/frontend/.env.example) to `.env`
```bash
mv .env.example .env
```
- Copy the GitHub OAuth app client ID from previous steps and set it in frontend [.env](packages/frontend/.env) file
```env