Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 1.18 KB

README.md

File metadata and controls

26 lines (18 loc) · 1.18 KB

Eminent Points

Scoring Assitant

Netlify Status

About

This application starts as an exercise to practice with Vue and Vuex. In Eminent Domain Microcosmos you have to count the points at the end of the game, which in some cases translates into many minutes calculating and spending paper. It is the perfect excuse to program :)

Requirements

  • We are using yarn in this project.

    • npm install -g yarn
  • Also all commits must be done with Commitizen

Dependencies

Use yarn install to install the required dependencies.

Start local server

After installing all dependencies you can run yarn start.

Vendors