What is it?
It is a website where anyone who plays Valorant can come and check specific lineups for each agent with some pictures and videos.
- Next.js (React)
- Docker
- Recoil
- Prisma
- MySQL 8
docker compose up
(for MySQL database)yarn install
yarn dev
yarn prisma db push
yarn build && yarn dev
- By default website can be accessed via
localhost:3000