Sonarcloud status: | Hexlet tests and linter status: |
---|---|
- Run ESLint (static code analysis):
make lint
- Publish package to npm:
make publish
- Install dependencies:
make install
- Clone the repository:
git clone https://github.com/Glazoff/frontend-project-44 cd frontend-project-44
- Install dependencies:
make install
- Link local npm package:
npm link
- Run each brain game individually (run each command separately in your terminal):
brain-even brain-calc brain-gcd brain-progression brain-prime