From bca4f37b9f666b4c0eeefac79bcef25795d946df Mon Sep 17 00:00:00 2001 From: Segun Adebayo Date: Wed, 27 Apr 2022 10:04:05 +0400 Subject: [PATCH] chore: update readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 6ac965e596..fc544cbf8e 100644 --- a/README.md +++ b/README.md @@ -104,6 +104,8 @@ Our build is managed with esbuild and turborepo to provide fast, concurrent buil Since zag is framework agnostic, we need a way to test it within a framework. The `examples/` directory includes starter projects for the frameworks we support. +> Make sure to run the `build:fast` or `start` command before this. + - `start:react` : Starts the Next.js TypeScript project - `start:vue` : Starts the Vue 3 TypeScript project - `start:solid` : Starts the Solid TypeScript project