Skip to content

kevicency/decklyst

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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