Append-only note-taking
Inspired by Jeff Huang, I wanted to make a simple text editing application for my phone & computer that even works when the internet is a bit flakey. Persists to a github repo.
To run the dev server:
make dev
To build the app:
make build
Or release it:
make release