From 7958f8069927d94f087c23f6765ca79ecebc5703 Mon Sep 17 00:00:00 2001 From: tomoya yoshida Date: Fri, 13 Jun 2025 11:13:57 +0900 Subject: [PATCH] mod examples README --- examples/basic/README.md | 6 +++--- examples/landing/README.md | 9 +++++++++ 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/examples/basic/README.md b/examples/basic/README.md index ec7c4d4f5..567bdd07f 100644 --- a/examples/basic/README.md +++ b/examples/basic/README.md @@ -8,7 +8,7 @@ Check out the live demo [here](https://craft.js.org/examples/basic/) ```bash > git clone https://github.com/prevwong/craft.js/ -> cd craft.js/examples/basic -> npm install -> npm start +> yarn install +> yarn build +> yarn workspace example-basic start ``` diff --git a/examples/landing/README.md b/examples/landing/README.md index 7513716f5..2c24bb065 100644 --- a/examples/landing/README.md +++ b/examples/landing/README.md @@ -3,3 +3,12 @@ This is the source code for the landing page demo seen [here](https://craft.js.org/) > The code is admittedly a bit messy and is scheduled for a clean up. In the mean time, feel free to submit an issue if you encounter any confusing/weird/wtf bits ... or even better, submit a pull request! :clap: + +## Try it out + +```bash +> git clone https://github.com/prevwong/craft.js/ +> yarn install +> yarn build +> yarn workspace example-landing start +```