Skip to content
This repository was archived by the owner on Feb 14, 2022. It is now read-only.

Latest commit

 

History

History
18 lines (11 loc) · 574 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 574 Bytes

Grove

Hosted on SourceHut but also hosted on Github for convenience. If you're curious why SourceHut is neat check out this.

An entirely peer to peer notetaking app that even works offline. This is built atop cabal chat.

Get started:

yarn install
yarn run dev

Prod build:

yarn run build
yarn run start

Visit http://localhost:3000 and wait for the messages to sync (or start writing)!