Skip to content

Latest commit

 

History

History
30 lines (16 loc) · 706 Bytes

README.md

File metadata and controls

30 lines (16 loc) · 706 Bytes

✏️ Write

Offline-first writing app

WRITE screenshot

View the demo here: write.stefba.com.

Installation

Note: memcached is needed to be installed and running.

Create production built:

pnpm install
pnpm build

Compile and run the server:

go build; ./write

Go to: http://localhost:8231/

Purpose

I built this app to take notes on the go and sync them with my server. It is fully operational without a network connection.

See also

org is its sister app for sorting, renaming, and dealing with a directories.