Skip to content

Commit

Permalink
chore: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
zoomchik committed Oct 5, 2023
1 parent 586e8f2 commit 0548ae3
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,3 +128,18 @@ This package depends on [Made.js](https://github.com/Exabyte-io/made.js), as wel
1. [Enzyme, A JavaScript Testing Utility For React, Github Repo](https://github.com/airbnb/enzyme)
1. [Jest Testing Framework, Official Website](https://jestjs.io/index.html)
1. [Git LFS, Official Website](https://git-lfs.github.com/)

## Cove.js local development

In case you need to link Cove.js into the app for local development you need

1. Add local path of Cove.js to package.json
```bash
"@exabyte-io/code.js": "file:../../cove.js"
```
2. Run the app
```bash
npm start
```

If you need to re-link it again, remove node_modules in cove.js and the app, run npm install, then run npm start again.

0 comments on commit 0548ae3

Please sign in to comment.