# Installation

Once you have followed the installation pre-requisite steps from [here](https://crema-react.gitbook.io/docs/installation/pre-requisites), You can follow the following steps to install and run the Crema:-

1\. To run the Crema, Open the Crema folder in the editor of your choice. After following the folder, open the terminal and run the following command:-

```
yarn
```

this command will automatically install the required dependencies.

2\. Now, run the`next`command, which starts Next.js in development mode

```
yarn dev
```

This command will start the project in the browser in development mode i.e. the project will run on localhost://300X URL.

3\. To run`next build`which builds the application for production usage.

```
yarn build
```

4\. To run `next start`which starts a Next.js production server

```
yarn start
```


---

# 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.cremawork.com/v1.0/next.js/installation.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.
