From 811e4fd1b32cc28c8497116f3e4fdabef1289e8d Mon Sep 17 00:00:00 2001 From: Jerome Wu Date: Sat, 5 Aug 2023 15:32:10 +0800 Subject: [PATCH] Add caution in example page --- apps/website/docs/getting-started/examples.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/apps/website/docs/getting-started/examples.md b/apps/website/docs/getting-started/examples.md index 3894350..e75cc26 100644 --- a/apps/website/docs/getting-started/examples.md +++ b/apps/website/docs/getting-started/examples.md @@ -6,6 +6,11 @@ import ExampleCard from "@site/src/components/common/ExampleCard"; You can find how to use ffmpeg.wasm with frameworks here. :smile: +:::caution +Do remember to run `npm run build` in the root of the repository before trying +any of the example. +::: +