A minimal notes app written in React and TypeScript.
Aiming to do a small set of things really really well. So simple the software doesn't even have a name.
- Simple
- Keyboard navigable
- Markdown
- Fast
- Platform agnostic
And ideally
- Vim mode
- Offline
- Shareable content
- Command palette
Configure environment variables
cp .env.template .env
nvim .env
Use your JavaScript package manager of choice, I use pnpm
pnpm install
Generate types with
pnpm types:generate
Build the icon set with
pnpm icons:generate
pnpm dev:web # or `dev`
# or
pnpm dev:desktop
pnpm build:web # or `build`
# or
pnpm build:desktop
Contributions are welcome, please open an issue or a pull request.
See LICENSE.md