Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 266 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 266 Bytes

Decklyst

Create and share Duelyst 2 deckcodes

Getting Started

  • Start docker containers
docker compose up -d
  • Install packages
yarn install
  • Migrate db
yarn prisma migrate dev
  • Start NextJS dev server
yarn dev