This repository houses the source code for our ski video uploading app.
To develop locally, you'll need to have the following installed
Next, checkout the repo using the following commands
git clone https://github.com/conner-replogle/cf-hackathon-ski.git
cd cf-hackathon-ski
After that, run the following command to install dependencies
pnpm install
Everything is now setup! Run this command to preview the app locally
pnpm run dev