Skip to content
This repository has been archived by the owner on Jun 17, 2023. It is now read-only.

Latest commit

 

History

History
21 lines (17 loc) · 482 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 482 Bytes

Valorant lineups

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.

Valorant Lineups

What has been used?

  1. Next.js (React)
  2. Docker
  3. Recoil
  4. Prisma
  5. MySQL 8

Setup

  1. docker compose up (for MySQL database)
  2. yarn install
  3. yarn dev
  4. yarn prisma db push
  5. yarn build && yarn dev
  6. By default website can be accessed via localhost:3000