Download the project, please do not fork the project.
Make sure you have latest node.js installed on your machine.
Run the following commands in the project directory:
pnpm install
pnpm run dev
The app is using Pinia for it’s state management. The home page (/) is where all the tickets are displayed. You can add a ticket to your cart and see all the added tickets in your cart page (/cart). You can create new events in admin page (/admin).