Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 357 Bytes

README.md

File metadata and controls

35 lines (23 loc) · 357 Bytes

Try it

https://sqren.github.io/anybase-calculator/

Contribute

Install dependencies:

npm install

Start server:

npm start

Run tests:

npm test

Run linting and formatting:

npm run format && npm run lint

Deploy to GH Pages:

npm run build && npm run deploy