Tournament management and tracking application built with Vue, Auth0 and Firebase 🏆
You can see the live demo of the application here.
To run the project locally make sure to create an .env
file following the example set in .env.example
.
Once you have that configured, in the project root run:
$ pnpm install
And after that run:
pnpm dev
Deployment to firebase is configured automatically on main branch through Github Actions.