A simple personal knowledge platform with a focus on clean markdown files, simple queries and a journal.
cd frontend/looksyk
, npm install
, ng serve
cd backend
and cargo run
http://localhost:4200
(frontend) and http://localhost:8989
(backend)cd application-wrapper
npm install
npm run package
out
folder e.g. out/looksyk-linux-x64/looksyk
git checkout -b feature-branch
).git commit -am 'Add new feature'
).git push origin feature-branch
).