README.org

September 22, 2025 · View on GitHub

:PROPERTIES: :ID: orgnote-client :END:

#+html:

#+html: #+html:
#+html:  

#+TITLE: ✨ Org Note client. #+html:

#+html: #+html: Buy Me A Coffee donate button #+html: #+html: #+html: Patreon donate button #+html: #+html: wakatime #+html:
#+html:
#+html: Twitter link #+html: Mastodon Follow #+html: Discord #+html: YouTube Channel Views #+html:
#+html:
#+html: #+html: #+html: #+html: #+html: #+html: #+html:

  • Introduction #+html:

    #+html: #+html:
    #+html:   This project is part of [[https://github.com/Artawower/orgnote][Org Note project]]. This is client side based on the [[https://quasar.dev/][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.

  • Connected links

  • Install ** Local development Clone repo #+BEGIN_SRC bash git clone git@github.com:Artawower/orgnote-client.git && cd secon-brain-client #+END_SRC

Install dependencies (as alternative you can use npm) #+BEGIN_SRC bash bun install #+END_SRC

Start development #+BEGIN_SRC bash :tangle file bun run dev #+END_SRC ** Environment variables API_URL - url to api server

  • 🍩 Contribute guide

Any contribution is very much appreciated! Please read the [[https://github.com/Artawower/orgnote/wiki/Contribution-guide][style guide]] before contributing to avoid misunderstandings! I would also appreciate it if you would consider becoming my [[https://www.patreon.com/artawower][patron]]

** Debug PWA #+BEGIN_SRC bash npm run build:pwa && docker compose -f docker-compose.pwa.yaml up #+END_SRC