Bylothink / do-you-dare

🎴 A web-game based on the original game of "Truth or Dare?" with different game modes.
https://doyoudare.cards
Other
0 stars 0 forks source link
scss typescript vitejs vuejs web-game

Do you Dare? 🎴

Frontend project

A web-game based on the original game of "Truth or Dare?" with different game modes.

Get started

Set up

To install all the dependencies required by this project, you need to run:

$ pnpm install

Develop

To run this project in development mode with also the auto-refresh feature, you need to run:

$ pnpm dev

Contribute

To lint this project and check for any syntax or stylistic errors, you need to run:

$ pnpm lint

Publish

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.

Nerds informations 🤓

Recommended Visual Studio Code extensions

Used technologies