A simple personal knowledge platform with a focus on clean markdown files, simple queries and a journal.
bash build.sh
(this will build the frontend and backend, and requires npm
and cargo
)target
foldersh create_desktop_shortcut.sh
./application-wrapper/looksyk
in the target
folder. You
can instrument the
application with the arguments --port
and --graph-location
to change the port and the graph location, and with
--title
to change the title. With the argument --devtools true
the electron devtools are opened as default.http://localhost:8989
(or the configured port)You can use the create_desktop_shortcut.sh
script to create a shortcut with a different port and graph location. Or
you can run the application with the arguments --port
, --graph-location
and --title
manually.