A client-only note app which syncs with your github repo.
tasks.org # the app will extract todos from this file
other_notes.org
other_notes.markdown
...
Hidden directories or files
touch .hidden # root directory
# add directories or files like:
# /directory
# file
# /directory/file
./deploy.sh
yarn install
yarn watch
open http://localhost:3000
- M-x cider-jack-in
- type
(cljs-repl)
in the repl
- deps should be synced between the two files:
project.clj
anddeps.edn
.project.clj
is for dokku deployment.