Website for the Knights of Zalantha LARP.
Site is hosted on netlify and using EmailJS for email service. Images are hosted in S3 served via AWS CloudFront.
First, fill .env.local with the correct variables.
Then run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
Open http://localhost:3000 with your browser to see the result.