1729 / content

Open-source backend for content at 1729.com, beginning with the Network State lecture series.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The Network State

Building Slides

We use marp.app for generating slides from markdown. Here's how to build the slides for a given lecture.

git clone git@github.com:1729/content.git
cd content/000-summary
npm i @marp-team/marp-cli
marp --allow-local-files --pdf summary-slides.md

About

Open-source backend for content at 1729.com, beginning with the Network State lecture series.