Personal tracking site for films, books, and live performances.
# Install dependencies
npm install
# Build site from markdown
npm run build
# Serve locally
npm run serve
# Then visit http://localhost:8080content/- Markdown files for each year (books, films, shows)templates/- EJS templates for HTML generationbuild.js- Static site generatorstyle.css- All stylingscript.js- Navigation and interactivity