Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 1.55 KB

README.md

File metadata and controls

33 lines (20 loc) · 1.55 KB

org-braindump

This example showcases how you can use uniorg and Next.js to publish a simple website from Org files. It is tailored to publishing a collection of interlinked notes.

It is compatible with org-roam but org-roam is not a requirement.

Demo

https://org-braindump.vercel.app

Deploy your own

Deploy the example using Vercel:

Deploy with Vercel

How to use

Execute create-next-app with npm or Yarn to bootstrap the example:

npx create-next-app --example https://github.com/rasendubi/uniorg/tree/master/examples/org-braindump braindump
# or
yarn create next-app --example https://github.com/rasendubi/uniorg/tree/master/examples/org-braindump braindump

Your braindump should be up and running on http://localhost:3000! If it doesn't work, post on GitHub discussions.

Deploy it to the cloud with Vercel (Documentation).