Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update readme with devs #44

Merged
merged 10 commits into from
Jun 5, 2024
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ cd don-efficace
3. Add environment variables to the following files (ask PL for env variables):
```
/.env
/backend/.env
/backend/typescript/.env
/frontend/.env
```

Expand Down Expand Up @@ -116,7 +116,7 @@ npx prisma studio
### Term 2 (S24):
**Project Lead:** Matthew Ng<br>
**Product Managers:** Jacqueline Fung<br>
**Developers:** Dev 1, Dev 2, Dev 3, Dev 4, Dev 5, Dev 6, Dev 7, Dev 8<br>
**Developers:** Aayush Patel, Ben Bai, Jason Le, Jordan Kok, Leo Zhang, Patrick Huang, Rosanne Zhu, Andy Liu<br>
**Designers:** Sunny Zhang, David Stirling, Jane Al-Shihabi<br>


Expand Down
3 changes: 3 additions & 0 deletions backend/typescript/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
FROM node:18.18.2-slim

# Needed for running Docker container on MacOS
ENV PUPPETEER_SKIP_CHROMIUM_DOWNLOAD true

WORKDIR /app

COPY package.json yarn.lock tsconfig.json ./
Expand Down
Loading