This is a frontend for the Arcane City project, which leverages the Events-Tracker API.
It is built using React, TypeScript and Tailwind.
To get started, clone the repository and run npm install
to install the dependencies.
Copy the .env.example
file to .env
and update the variable to point to the Events-Tracker API.
Run npm run dev
to start the development server.