observable-framework-contributing
Installation
SKILL.md
Contributing
Observable Framework documentation: Contributing Source: https://observablehq.com/framework/contributing
If you’d like to contribute to Observable Framework, here’s how. First clone the git repo and run Yarn Classic to install dependencies:
git clone git@github.com:observablehq/framework.git
cd framework
yarn
Next start the local preview server:
yarn dev