An open API service indexing awesome lists of open source software.

https://github.com/mdibyo/simple-calculator


https://github.com/mdibyo/simple-calculator

Last synced: 12 months ago
JSON representation

Awesome Lists containing this project

README

          

# calculator

### Run locally

```shell
npm install
npm start
```

### Deploy to GitHub pages

```shell
git checkout gh-pages && git merge main
npm run build
git add dist && git commit -m "Build at $(date)"
git push origin gh-pages
```

Then go to https://mdibyo.github.io/simple-calculator/dist/index.html to see results.