An intuitive note organisation board. Connect up your related notes to form a graph. Demo.
Made using Svelte and TypeScript.
Install the dependencies...
npm install
...then start Rollup:
npm run dev
Navigate to localhost:5000.
npm run build
You can run the newly built app with npm run start
.