This is an app to be used by the upcoming Poltergeist LARP iHunt: Alpha Access. If you are planning on playing this game, be warned that spoilers are ahead!
The stack of this app is as follows:
- Next.js
- Prisma
- TailwindCSS
- ShadCN
- React Admin
To install and get it running, do the following:
- Clone this repo via
git clone https://github.com/ChaosExAnima/ihunt.git ihunt - Install dependencies via
pnpm install - Copy
.env.exampleto.envand update values - Run the dev server via
pnpm run dev - Visit the app at
http://localhost:3000