Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 564 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 564 Bytes

tournament-tracker

Tournament management and tracking application built with Vue, Auth0 and Firebase 🏆

You can see the live demo of the application here.

Run the project

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

Deployment to firebase is configured automatically on main branch through Github Actions.