logseq/readme.org

22 lines
408 B
Org Mode
Raw Normal View History

2019-12-13 08:36:34 +00:00
* Gitnotes
A client-only note app which sync with your github repo
** Demo
http://gitnotes.tiensonqin.now.sh/
2019-12-13 12:49:32 +00:00
** Deploy to your now.sh instance
#+BEGIN_SRC shell
./deploy.sh
#+END_SRC
2019-12-13 08:36:34 +00:00
** Develop
#+BEGIN_SRC shell
yarn install
yarn watch
open http://localhost:3000
#+END_SRC
*** Or if you are using Emacs
1. M-x cider-jack-in
2. type `(cljs-repl)` in the repl