Skip to content

Latest commit

 

History

History
35 lines (27 loc) · 511 Bytes

README.md

File metadata and controls

35 lines (27 loc) · 511 Bytes

darts-caclulator

Keep track and calculate darts scores while playing on a traditional board.

Try it: https://darts-calculator.netlify.app/

Current game modes:

  • 301, 501, 701
  • shootout
  • cricket

Features:

  • Up to 5 players
  • Highscores for shootout in localStorage

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint