Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,9 @@ You can check out [the Next.js GitHub repository](https://github.com/vercel/next
The website is auto-deployed to the [Vercel Platform](https://vercel.com?utm_source=uoftweb/website&utm_campaign=oss) on commits to master. Any PRs you open will also be automatically deployed for testing.

[![Vercel logo](./public/images/powered-by-vercel.svg)](https://vercel.com?utm_source=uoftweb/website&utm_campaign=oss)



EDITS: 10/22/2025

when coding on this repository, 1. ensure that Node 16 is installed 2. run "npm install --legacy-peer-deps" in the terminal
1 change: 0 additions & 1 deletion next-env.d.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
/// <reference types="next" />
/// <reference types="next/types/global" />
/// <reference types="next/image-types/global" />

// NOTE: This file should not be edited
Expand Down
Loading