Skip to content

kasper573/deckforge

Repository files navigation

Deck Forge

deckforge.io is a service for creating and sharing deck builder games.

Stack

Getting started

Before you can start developing there are a few things you need to do:

Create a .env.local file in the root of the project and add the following:

DATABASE_URL=<connection string to your development mysql database>

Run yarn db:push to update your development database Run yarn db:seed to seed your database

Usage

  • yarn dev To start the local development server
  • yarn test:unit to run unit tests
  • cypress open|run to develop or run e2e tests (needs the local dev server running)
  • yarn lint|lint:fix to display or fix linting errors

Contributing

Contributions are welcome! Please open an issue or PR to discuss any changes. PRs will only be merged once they are well tested and pass all checks.

Releases

No releases published

Packages

No packages published

Languages