Skip to content

Commit

Permalink
fix(#1717): update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Svetlana-Gubina committed Sep 7, 2022
1 parent 243bd45 commit c4e7270
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions DEVNOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,20 +55,23 @@ After that component library and application should be started separately.

```sh
cd packages/ketcher-react
yarn install
yarn start
```

#### Build ketcher-standalone package

```sh
cd packages/ketcher-standalone
yarn install
yarn start
```

#### Build ketcher-core package

```sh
cd packages/ketcher-core
yarn install
yarn start
```

Expand Down
3 changes: 2 additions & 1 deletion example/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ This example was bootstrapped with [Create React App](https://github.com/faceboo

It is linked to the @ketcher/react package in the parent directory for development purposes.

You can run `yarn install` and then `yarn start` to test your package.
To run application for development purposes, please check insructions:
[DEVNOTES.md](https://github.com/epam/ketcher/blob/master/DEVNOTES.md)

0 comments on commit c4e7270

Please sign in to comment.