Chaser is the QuadballUK Web application built in Next.js and React.
Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.
To begin developing, run the following commands:
yarn install
yarn run dev
localhost will start at port 3000
You will need a .env.local
file to set environment variables - use .env.example
as a base to build off.
Repository is deployed automatically from main
branch via Vercel. Any new environment variables will need to be added via the development team.