This is the skeleton code for the WAD Midterm. Get the project code using one of these methods:
- Git Clone: Unfortunately, we have not covered this in the class yet.
- Download: Download the zip file and extract it.
- Change directory to the project folder
cd wad-midterm-skeleton- Install dependencies
pnpm install- Start the development server
pnpm run dev