This is a template for hosting Observable notebooks on GitHub Pages. It uses the observablehq package to build and deploy notebooks as static HTML files. The template includes a simple dashboard layout with a sidebar for navigation and a footer for branding.
To get started follow these steps:
- Install dependencies:
npm install
- Start the development server:
npm run dev
- Open your browser and navigate to
http://localhost:8080to see the dashboard. - To deploy your notebooks to GitHub Pages, run:
npm run deploy
You can customize the dashboard by editing the observablehq.config.js file. This file defines
the structure of the sidebar, the theme, and other settings. You can add new notebooks to the src directory and link them in the sidebar configuration.
Check out Examples to see some sample notebooks built by @modster.
This project is licensed under the MIT License - see the LICENSE file for details.





