Skip to content

WLJSTeam/wljs-nextjs-example

Repository files navigation

Static Blog with Interactive WLJS Notebooks (Next.js + MDX)

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.

Online Demo

The demo is hosted on GitHub Pages and deployed using this template.

Stack

  • Next.js
  • @next/mdx
  • Twind
  • remark-mdx
  • wljs-notebook-react (see here)

How to Run

Clone the repository and then run:

npm install
npm start

How to run with your notebook

Export a notebook as index.mdx directly to /pages/index.mdx and restart a development server

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published