Skip to content

sorenlouv/anybase-calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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