Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 514 Bytes

README.md

File metadata and controls

32 lines (24 loc) · 514 Bytes

poker-tool

Tested on node v16.19.1.

Project setup

yarn install

in order to connect with Github API, you'll need to create a .env file in the root of the project with the API token, such as:

VUE_APP_API_TOKEN=XXXXXXXXXXXXXX

Compiles and hot-reloads for development

yarn serve

Compiles and minifies for production

yarn build

Lints and fixes files

yarn lint

Customize configuration

See Configuration Reference.