z3t0 / pkm

Other
0 stars 0 forks source link

pkm

A flexible, browser based note taking app.

It is in early development.

PKM Screenshot

Keybindings

Features

Design Notes

Design Principles

Other notes

Setup developer environment

Requirements:

Running the database

First time setup.

The script asks for sudo, when creating certain files with permissions. It takes ~1 minute.

cd devDb
./configure_db.sh

Then you can run the database

./start.sh

Running the frontend

cd frontend
npm install
npm start

The frontend should be running on http://localhost:8080

You can login using the test user credentials:

License

All first-party code in this repo is under AGPLv3 unless otherwise noted.