Skip to content

mod examples README #741

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions examples/basic/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
9 changes: 9 additions & 0 deletions examples/landing/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```