Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 853 Bytes

README.md

File metadata and controls

35 lines (26 loc) · 853 Bytes

Gitpod Ready-to-Code

dbd_perk_slot_machine

If you are on windows/git bash and get an SSL related error with nodejs 17+ set export NODE_OPTIONS=--openssl-legacy-provider in the terminal.

Fixing css stylesheets generated by texturePacker: Search \n\.(\d+)_ replace \n._$1_ in VSCode. Also add -killer and -survivor to the top class respectively.

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run your tests

npm run test

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.