Skip to content

Commit

Permalink
Merge pull request #3 from fabriguespe/update_env1
Browse files Browse the repository at this point in the history
Update env docs
  • Loading branch information
humanagent authored Jun 3, 2024
2 parents f50e8d4 + 0f2486e commit 77654fd
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
21 changes: 19 additions & 2 deletions packages/docs/docs/pages/installation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,33 @@

## Environment

For developing you will need the playground and the docs running in the monorepo
For developing you will need the playground and the docs running in the monorepo. This is only relevant in this phase of development.

To run the playground run:

```bash
yarn start:debugger
// First install yarn inside folder
cd packages/playground
yarn install

// Run from the folder
yarn dev

// Run from the root
yarn start:playground
```

To run the docs run:

```bash
// First install yarn inside folder
cd packages/docs
yarn install

// Run from the folder
yarn dev

// Run from the root
yarn start:docs
```

Expand Down
Binary file modified packages/playground/.yarn/install-state.gz
Binary file not shown.

0 comments on commit 77654fd

Please sign in to comment.