https://github.com/teomrd/miropad
✍️ MiroPad | Note-keeping app for the browser & the mobile (PWA) Local-first software principles
https://github.com/teomrd/miropad
deno denoland distraction-free esbuild gh-pages json-formatting lighthouse-audits lighthouse-score local-first markdown markdown-viewer notes offline-first p2p pwa pwa-apps service-workers vanilla-js workbox
Last synced: 5 months ago
JSON representation
✍️ MiroPad | Note-keeping app for the browser & the mobile (PWA) Local-first software principles
- Host: GitHub
- URL: https://github.com/teomrd/miropad
- Owner: teomrd
- License: gpl-3.0
- Created: 2018-01-17T00:11:56.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2026-01-22T09:37:08.000Z (5 months ago)
- Last Synced: 2026-01-23T00:13:03.169Z (5 months ago)
- Topics: deno, denoland, distraction-free, esbuild, gh-pages, json-formatting, lighthouse-audits, lighthouse-score, local-first, markdown, markdown-viewer, notes, offline-first, p2p, pwa, pwa-apps, service-workers, vanilla-js, workbox
- Language: TypeScript
- Homepage: https://teomrd.github.io/miropad
- Size: 23.9 MB
- Stars: 13
- Watchers: 1
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ✍️ MiroPad
> Temporary note keeping app for the browser
## Lighthouse Audit scores
[](https://github.com/teomrd/miropad)
[](https://github.com/teomrd/miropad)
[](https://github.com/teomrd/miropad)
[](https://github.com/teomrd/miropad)
## Usage
```commands
Ctrl/⌘ + Shift + P
```
to explore the available commands on the command palette
## Development
Start development server
```bash
make dev
```
Deploy
```bash
make deploy
```
### Git commit style
Using semantic commit messages. The `.gitmessage` template could help
following the pattern.
`git config commit.template ./.gitmessage`