Discord bot for the Frieren TCG
-
npm startto start -
npx prettier . --writeto write
-
npm installto install dependencies -
npx prisma generateto generate the prisma client
-
docker-compose up --build -dto rebuild and restart every container -
docker-compose logs -f appfor the log -
docker-compose restart appto quick restart app (but keep the database and prisma studio running) -
docker-compose downto take down the container -
docker-compose exec app npx prisma migrate devto create new migrations in dev -
docker-compose exec app npx prisma migrate deployto apply migrations on prod -
docker-compose exec app npx prisma db seedfor initial seeding -
docker-compose exec app npx prisma studioto view Prisma Studio (GUI for viewing database)