https://github.com/mdibyo/simple-calculator
https://github.com/mdibyo/simple-calculator
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mdibyo/simple-calculator
- Owner: mDibyo
- Created: 2022-07-06T00:34:56.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-06T03:57:10.000Z (almost 4 years ago)
- Last Synced: 2025-02-21T11:48:15.810Z (over 1 year ago)
- Language: TypeScript
- Size: 1.41 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.