This repo is where our website is developed. It uses:
- Next.js for views.
- Tailwind CSS for styling.
- Vercel for hosting.
# Install dependencies
yarn
# Run dev server
yarn dev
# Test production build
yarn buildAll commits are deployed to a staging url. All main merges are deployed to production.