Skip to content

Povaz/cheatsheets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

108 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cheatsheets

A personal CheatSheet web application that supports Learning Consolidation and Learning Retention by giving the user a single-page, information-dense view of each SubTopic they have studied, optimised for photographic recall.

Live: https://povaz.github.io/cheatsheets/#/

Authoritative documents

Available CheatSheets

CheatSheet Sheets
Specification Context-Anchored Specifications
Git Worktrees + Agents

Project layout

content/<topic>/topic.yml
content/<topic>/<subtopic>/sources.yml
content/<topic>/<subtopic>/reference.md
content/<topic>/<subtopic>/sheet.yml
content/<topic>/<subtopic>/cards/<id>.md
web/                              # Vite + Vue + Tailwind app (run npm here)

Running locally

cd web
npm install
npm run dev

Then open http://localhost:5173/.

Deploying

Push to main. GitHub Actions builds and deploys to Pages automatically. To enable, go to the repo's Settings → Pages and set the source to GitHub Actions.

About

Personal knowledge base of dense, single-page Markdown cheatsheets, rendered by a Vue + Tailwind app.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors