This project is a League of Legends mastery/challenges tracker. The project is bootstrapped with create-t3-app
.
-
Clone the Repository and install the dependencies
For Mac/Linux/Windows users 🍎 / 🐧 / 🪟
git clone https://github.com/Awolize/LoL-Tracker2.git cd LoL-Tracker2 pnpm i
-
Crete a .env file - Add the appropriate API keys
-
Launch the app - Once all the previous steps are done, travel to http://localhost:3000 on your web-browser.
pnpm dev
Happy hacking! 🎉
- ✅ Bootstrapping: create-t3-app
- ✅ Framework: Nextjs 13 + Typescript
- ✅ ORM: Prisma
- ✅ Database: PostgreSQL.
- ✅ Styling: TailwindCSS + HeadlessUI.
- ✅ Schema Validation: Zod
- ✅ Typesafe end-to-end API tRPC
Follow our deployment guides for Vercel, Netlify and Docker for more information.