diff --git a/README.md b/README.md index 783ccbdd88a90540c195020835858db8284a7587..d04aadfbc8c39be95d19ce13937189c69ada276e 100644 --- a/README.md +++ b/README.md @@ -1 +1,10 @@ -# Badge API Documentation \ No newline at end of file +# Badge API Documentation + +## Development + +In case you want to run the "API Live Demo" against your local [Badge API](https://gitlab.opencode.de/open-code/badgebackend/badge-api) you can run the following command: + +```bash +npm i +NEXT_PUBLIC_API_BASE_URL=http://localhost:8080/api/v1 npm run dev +``` \ No newline at end of file