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

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

Awesome Lists containing this project

README

          

# ✍️ MiroPad

> Temporary note keeping app for the browser

## Lighthouse Audit scores

[![Lighthouse Performance Badge](./docs/lighthouse/badges/lighthouse_performance.svg)](https://github.com/teomrd/miropad)
[![Lighthouse Accessibility Badge](./docs/lighthouse/badges/lighthouse_accessibility.svg)](https://github.com/teomrd/miropad)
[![Lighthouse Best Practices Badge](./docs/lighthouse/badges/lighthouse_best-practices.svg)](https://github.com/teomrd/miropad)
[![Lighthouse SEO Badge](./docs/lighthouse/badges/lighthouse_seo.svg)](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`