meme8383 / TicketMango-legacy

Minimalistic Event Ticketing App
https://ticketmango.vercel.app
1 stars 1 forks source link

TicketMango

Free Ticketing App [In Development]

Developing

Running the app

  1. Clone the GitHub repository
  2. Run yarn in both the /api and /server directories
  3. Run yarn start in both the /api and /server directories

Pushing changes

  1. Run yarn lint in both directories and fix any issues found (with yarn lint:fix and/or manually).
  2. Run yarn format in both directories.
  3. Commit your changes once all of the above execute successfully.
  4. Ensure that the Vercel build was successful.