# Developing Locally

After cloning the repository and running `npm install`, the server can be started by running `npm start`. The server will serve the production version of the admin dashboard located in `/client/build/` over port **8080** and the REST API services at `/api/*`.&#x20;

To run the dev server to work on the admin dashboard with live-reloading (recommended), first start up BloomBus-Server at the root, then enter the `/client` directory and run `npm start`. The dev server will launch over port **3000**, and as specified in the `package.json` in the client directory all requests will be forwarded via proxy to port  8080.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://bloombus.gitbook.io/bloombus/bloombus-server/developing-locally.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
