# CSA Commands

## `npm start` or `yarn start`

Runs the app in development mode. Will open the [http://localhost:3000](http://localhost:3000/) to preview changes in your default browser.

{% hint style="info" %}
The page will automatically reload if you make changes to the code. You will see the build errors and lint warnings in the console.
{% endhint %}

## `npm run build` or `yarn build`

Builds the app for production to the `build` folder. It correctly bundles React in production mode and optimizes the build for the best performance. The build files will be minified and the filenames will include the hashes. Your app is ready to be deployed.

{% hint style="info" %}
Looking for CMA commands? Please refer to the [CMA documentation](https://docs.create-magento-app.com/getting-started/available-commands).
{% endhint %}


---

# 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://docs.scandipwa.com/developing-with-scandi/developer-tools/available-commands.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.
