Skip to content

kevicency/decklyst

Repository files navigation

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