Skip to content

toriu/CC.TTFootball

 
 

Repository files navigation

CC.TTFootball

CC.TTFootball

Po naszemu - Piłkarzyki

How to install dependency modules

npm i

How to run development react/server concurrently

npm run dev

How to run eslint

npm run lint

How to run prettier format

npm run format

How to setup git pre-commit hook

cp .git/hooks/pre-commit.sample .git/hooks/pre-commit

# Open .git/hooks/pre-commit with editor and replace last line with:

set -e
npm run lint && npm run format
exec git diff-index --check --cached $against --

About

Po naszemu - Piłkarzyki

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 98.7%
  • Other 1.3%