diff --git a/examples/basic/README.md b/examples/basic/README.md index ec7c4d4f..567bdd07 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 7513716f..2c24bb06 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 +```