Skip to content
/ plastic Public

Another note app. Block based, bi-directional link, works on local.

License

Notifications You must be signed in to change notification settings

djyde/plastic

Repository files navigation

Plastic

A block-based bi-directional note app

Build

Development

yarn

yarn web # first, run the frontend build

yarn app # second, run electron app

Distribute

cd app && yarn
cd ..
yarn dist

License

GPL v3