This project is part of Org Note project. This is client side based on the Quasar framework. It’s include ios/android/pwa and desktop build. It’s a proof of concept solution, in the future I have plan to migrate this repo into native app or Flutter.
- Main repo
- WIKI
- Org Note backend
- List of extensions and themes
- Create your own plugin!
- About Zettelkasten approach
- Quasar
- List of all css variables for theme tooling
Clone repo
git clone [email protected]:Artawower/orgnote-client.git && cd secon-brain-clientInstall dependencies (as alternative you can use npm)
bun installStart development
bun run devAPI_URL - url to api server
Any contribution is very much appreciated! Please read the style guide before contributing to avoid misunderstandings! I would also appreciate it if you would consider becoming my patron
npm run build:pwa && docker compose -f docker-compose.pwa.yaml up
