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

https://github.com/flower0wine/mmboard

Floating memory board desktop app for quick notes
https://github.com/flower0wine/mmboard

desktop-app electron memory-board notes react tailwindcss typescript vite

Last synced: 28 days ago
JSON representation

Floating memory board desktop app for quick notes

Awesome Lists containing this project

README

          

# mmboard

mmboard is a floating memory board desktop app for quickly capturing notes before they fade.

## Stack

- Electron
- React
- TypeScript
- Vite
- Tailwind CSS
- pnpm

## Development

```powershell
pnpm install
pnpm dev
```

## Build

```powershell
pnpm build
```