observable-framework-experiments

Experiments with Observable Framework

Stars
12
Committers
1

Observable Framework Experiments

My experiments and examples using Observable Framework.

Deployed to https://simonw.github.io/observable-framework-experiments/ using this GitHub Actions workflow.

Running locally

Check out this repo:

git clone https://github.com/simonw/observable-framework-experiments
cd observable-framework-experiments

Then run the following:

npm install
npm run dev

Then visit http://localhost:3000.

For more, see https://observablehq.com/framework/getting-started.

Related Projects