Skip to content

Commit

Permalink
fix(#1717): update doc (#1721)
Browse files Browse the repository at this point in the history
* fix(#1717): update doc

* fix(#1717): fix typo

Co-authored-by: Svetlana Terenteva <gubinas83@gmail.com>
  • Loading branch information
porcelain11 and Svetlana-Gubina authored Sep 7, 2022
1 parent 243bd45 commit bf260ae
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 instructions:
[DEVNOTES.md](https://github.com/epam/ketcher/blob/master/DEVNOTES.md)

1 comment on commit bf260ae

@luna215
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does the simple serve install the latest indigo service?

Please sign in to comment.