Skip to content

Commit

Permalink
Update examples/README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hackerwins committed Oct 20, 2023
1 parent 03d0286 commit 631d0a7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,8 @@ $ npm run dev
```

Open the browser and go to the URL that is printed in the terminal.

## Releasing a new example to https://yorkie.dev

To release a new example, The example should export static files to `./dist` directory when running `npm run build`.
After the example is merged to the `main` branch, the example is automatically deployed to https://yorkie.dev/yorkie-js-sdk/examples/{EXAMPLE-NAME}.

0 comments on commit 631d0a7

Please sign in to comment.