Skip to content

Commit

Permalink
docs(dev): add server step and small description of create-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
ZuperZee committed Apr 27, 2024
1 parent 64e6d96 commit f81d32f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions DEVELOPMENT_GUIDE.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Development guide

This plugin uses [@grafana/create-plugin](https://grafana.com/developers/plugin-tools/).

Below are just some very basic steps to get starting with the development environment, but there is a guide of how to setup the development environment from Grafana: <https://grafana.com/developers/plugin-tools/get-started/set-up-development-environment>.

1. Install dependencies

```BASH
Expand All @@ -23,3 +27,9 @@
```BASH
yarn build
```

4. Start the dev server:

```BASH
yarn server
```

0 comments on commit f81d32f

Please sign in to comment.