/wallgraph

An intuitive note organisation board as a web app.

Primary LanguageSvelteMIT LicenseMIT

Wallgraph

An intuitive note organisation board. Connect up your related notes to form a graph. Demo.

Screenshot

Made using Svelte and TypeScript.

Get started

Install the dependencies...

npm install

...then start Rollup:

npm run dev

Navigate to localhost:5000.

Building and running in production mode

npm run build

You can run the newly built app with npm run start.