-
Lovin' this framework and wanting to modify the source code for more versatile theme control. I've gotten the this repo working locally and am able to modify the |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
If you are building the docs from this repo, you shouldn't need to build the code first, |
Beta Was this translation helpful? Give feedback.
build
command transpiles the code to javascript and saves it to thedist/
folderdocs:build
command creates the documentation website and saves it to thedocs/.observablehq/dist/
folderIf you are building the docs from this repo, you shouldn't need to build the code first,
docs:build
should reflect the changes you made both in the src/ and the docs/ directories.