aardhyn / notes

Minimal note app
https://notes.aardhyn.dev
MIT License
1 stars 0 forks source link
markdown pnpm react supabase typescript vite

Notes App

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.

And ideally

Configuration

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

Development

pnpm dev:web # or `dev`
# or
pnpm dev:desktop

Compilation

pnpm build:web # or `build`
# or
pnpm build:desktop

Contribution

Contributions are welcome, please open an issue or a pull request.

License

See LICENSE.md