Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 860 Bytes

File metadata and controls

31 lines (22 loc) · 860 Bytes

USSS Ski Video App

This repository houses the source code for our ski video uploading app.

Getting Started

To develop locally, you'll need to have the following installed

  • Node.js. You may need version >= 20.13.1 if you run into crypto errors
  • Pnpm, a replacement for NPM

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

Deploying

Deploy to Cloudflare

Updating the database