Project Protocol web client. Built with Vitejs, React, and Typescript.
- Clone the project
- Install pnpm for your operating system. (MacOS will use either of the POSIX Systems scripts).
- From project root, run:
# Add .env file for environment variables. Ask a teammate for the URL
touch .env && echo "VITE_API_URL=" >> .env
# Install dependencies
pnpm i
# Run
pnpm dev