Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shmup/redbean-calcpad
CalcPad served with redbean
https://github.com/shmup/redbean-calcpad
redbean
Last synced: about 1 month ago
JSON representation
CalcPad served with redbean
- Host: GitHub
- URL: https://github.com/shmup/redbean-calcpad
- Owner: shmup
- Created: 2022-08-17T22:02:27.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-08-18T05:17:25.000Z (over 2 years ago)
- Last Synced: 2024-08-03T17:08:00.323Z (4 months ago)
- Topics: redbean
- Language: Makefile
- Homepage:
- Size: 810 KB
- Stars: 13
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-cosmopolitan - redbean-calcpad - Alternative take on a calculator (Redbean / Projects)
README
# CalcPad in a redbean
This is [filipesabella's](https://github.com/filipesabella) different take on a calculator, [CalcPad](https://github.com/filipesabella/CalcPad), served with [redbean](https://justine.lol/redbean2/) 🦞
It should be able to run on:
![operating_systems](https://user-images.githubusercontent.com/118710/185252099-78dae183-bcec-41d3-b665-5de964dc4244.png)
To learn about developing with redbean, peep the docs: https://redbean.dev/
## Running
If you're able to use make, just run:
`make` and then `make start`
This will download the latest `redbean.com` and `zip.com` to pack up a `CalcPad.com`.
It will then run and open up `localhost:8080` in your default browser.
(This opening at startup behavior can be configured in `srv/.init.lua`)
## Video Demo
https://user-images.githubusercontent.com/118710/185299406-6ac5fcea-4280-45d5-a8ec-7eda554c9f0f.mp4