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 install
To run this project in development
mode with also the auto-refresh feature, you need to run:
$ pnpm dev
To lint this project and check for any syntax or stylistic errors, you need to run:
$ pnpm lint
To build this project in production
mode with also tree-shaking and minifing features, you need to run:
$ pnpm build
After 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.