npm install
- installs dependencies.
npm run serve
- starts a live reload dev server.
npm run build
- builds everything with webpack to public
directory.
npm run static-serve
- starts a static server.
The content of this Distill article is licensed as CC-BY 4.0. Code is released under the Apache 2.0 License, even if enclosed inside a notebook or served as part of the interactive article.