> For the complete documentation index, see [llms.txt](https://docs-jumbo-react.g-axon.work/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs-jumbo-react.g-axon.work/next-js/project-setup.md).

# Project Setup

### **Step 1 - Pick the Next.js Folder**

In order to setup the Next.js version of the  project, pick the nextjs sub-folder from the Jumbo folder (the zipped folder you got after purchasing the Jumbo),  copy it to the place where you want to keep the project, rename the folder.

### **Step 2 - Installing the Dependencies**

In step 2, Open the command prompt and reach out to the path where the folder is kept. Now, run the following command to install the dependencies and libraries used in Jumbo :-

```
yarn
```

Alternatively, you can open the folder in the development editor of your choice and run the above-written command in its terminal.

### Step 3 - Running the project on Local Server

After installing the Dependencies, you can run the project on local server by using the following command :-

```
yarn dev
```

### Step 4 - Preparing the Build of the Project (Optional)

Build is used for presenting the offline demo of the project or putting the project on live server. So this step is not mandatory, if you want to run the project on local host or in development mode.

&#x20;To prepare the build of the project , run the following command:-

```
yarn build
```


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs-jumbo-react.g-axon.work/next-js/project-setup.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
