An open API service indexing awesome lists of open source software.

https://github.com/ycparak/pkms

🎧 Personal site, blog and note taking system
https://github.com/ycparak/pkms

nuxt-components nuxt-content nuxtjs scss-framework vuejs

Last synced: about 2 months ago
JSON representation

🎧 Personal site, blog and note taking system

Awesome Lists containing this project

README

        

# PKMS

Note taking system inspired by [Andy Matuschak’s notes](https://notes.andymatuschak.org/About_these_notes), built with Vue and Nuxt.js.

As an interface paradigm, horizontal panning seems to me to encourage ephemeral rabbit hole consumption, I think this takes advantage of that, and intuitevly feels like it holds higher end-user retentention. OTOH, I think that it possibly comes at the expense of deeper knowledge study / understanding.

![5](https://github.com/ycparak/pkms/assets/12952566/12a3ccfb-bb77-4f86-92c5-b179e31d5a25)

## Use

```bash
# install dependencies
$ npm install

# serve with hot reload at localhost:3000
$ npm run dev

# build for production and launch server
$ npm run build
$ npm run start

# generate static project
$ npm run generate
```

For detailed explanation on how things work, check out [Nuxt.js docs](https://nuxtjs.org).