Skip to content

Latest commit

 

History

History
32 lines (17 loc) · 630 Bytes

README.MD

File metadata and controls

32 lines (17 loc) · 630 Bytes

Checkers-logic

A small library providing classes and methods for a checkers game

npm install

Installs project dependencies

npm run lint

Runs ESLint

npm run tests

Runs tests

npm run build

Builds the app for production into the build folder.

sudo npm link inside this repository and npm link checkers-logic inside another repository

Installs module for test purposes without publishing it

ln -sf ../../hooks/pre-commit pre-commit inside checkers-logic/.git/hooks

Creates a symlink for the pre-commit hook

sudo chmod +x .git/hooks/pre-commit

Makes hook executable