A web-game based on the original game of "Truth or Dare?" with different game modes.
To install all the dependencies required by this project, you need to run:
$ pnpm installTo run this project in development mode with also the auto-refresh feature, you need to run:
$ pnpm devTo lint this project and check for any syntax or stylistic errors, you need to run:
$ pnpm lintTo build this project in production mode with also tree-shaking and minifing features, you need to run:
$ pnpm buildAfter built this project, you'll find all the production-ready files in the dist/ directory.
Copy those files directly to your web-server to simply serve this project as static files.