6bcebd55ee1e022d3d8187eddd9eea4fca904be0
Notebook Conversion Site
Clean markdown-first Next.js app for browsing converted notebook labs.
Run
- Install dependencies:
npm install
- Start the dev server:
npm run dev
- Open
http://localhost:3000.
Project Structure
content/
labs/ # .md/.mdx lab files and image asset folders
src/
app/
page.tsx # home page
labs/
page.tsx # lab index
[slug]/page.tsx # lab renderer
components/
SiteHeader.tsx
labs/LabContent.tsx
lib/
labs.ts # lab file discovery + frontmatter loader
styles/
globals.css
Notes
- Labs are loaded from
content/labs. - Both
.mdand.mdxfiles are discoverable. - Legacy folders from the old workspace were moved to
archive/during refactor.
Description
Languages
TypeScript
78.6%
CSS
19.8%
Python
1.5%