From 7424a2361e488bb1ef6ed1e1c6ab6fb00546c3fd Mon Sep 17 00:00:00 2001 From: Jonathan Yong Date: Wed, 11 Oct 2023 14:02:41 +0100 Subject: [PATCH] Add note about stack size envvar in README --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 959b7de0..187b33f1 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,11 @@ Our stories are published online using Quarto and GitHub Pages. You can check th Alternatively, click the binder badge at the top of this README to load an interactive version of our stories. -To build the website locally, install [Quarto](https://quarto.org/) and run `quarto render` from the top-level directory of this repository. You can also use `quarto preview` to launch a local dev server. Note that Quarto uses precalculated outputs for each notebook cell. +To build the website locally, install [Quarto](https://quarto.org/) and run from the top-level directory of this repository: +```bash +QUARTO_DENO_EXTRA_OPTIONS=--v8-flags=--stack-size=2048 quarto render +``` +Note that Quarto uses precalculated outputs for each notebook cell. Another option is to run the notebooks locally yourself. Some of the notebooks have `requirements.txt` files inside their respective subdirectories; you can set up a virtual environment to run the notebooks using