This is a basic Next.js project suitable for statically hosted websites and blogs. It renders WLJS Notebook cells exported as an MDX file. Learn how to export and publish your interactive notebooks here.
The demo is hosted on GitHub Pages and deployed using this template.
- Next.js
- @next/mdx
- Twind
- remark-mdx
- wljs-notebook-react (see here)
Clone the repository and then run:
npm install
npm start
Export a notebook as index.mdx
directly to /pages/index.mdx
and restart a development server