Skip to content

Commit

Permalink
Update the readme for development instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
davydog187 committed Nov 9, 2022
1 parent 441c0f7 commit 888ad34
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,9 @@ export default {
],
};
```

## Development

The project can be built using `npm run build`.

To test the plugin in a Sanity project, run `npm run link-watch`, then `sanity-plugin-table` can be tested inside the Sanity Studio. Follow the [directions in plugin-kit](https://github.com/sanity-io/plugin-kit#testing-a-plugin-in-sanity-studio) for more details.

0 comments on commit 888ad34

Please sign in to comment.