# Install node\_module

**Now if you are a developer** and want to try deploying on the local host:

[run-on-localhost](https://nghiaxchis.gitbook.io/ncmaz-nextjs-headless-cms-wordpres-blog-magazine/development-on-localhost/run-on-localhost "mention")

Ncmaz-faust is a Faust project (a framework based on Nextjs), so [Faustjs](https://faustjs.org/) and [Nextjs](https://nextjs.org/) documentation are needed for you to start customizing the project.

What is needed for you to start running the project locally is that you need to complete the steps in the [Gettings Started Setup](https://nghiaxchis.gitbook.io/ncmaz-nextjs-headless-cms-wordpres-blog-magazine/getting-started-setup) section above.

1. System Requirements:  [Node.js 16.14](https://nodejs.org/) or later.
2. Run `npm run dev` to start the development server.
3. Visit `http://localhost:3000` to view your application.
4. Runs [`next build`](https://nextjs.org/docs/app/api-reference/next-cli#build) to build the application for production usage.
5. Runs [`next start`](https://nextjs.org/docs/app/api-reference/next-cli#production) to start a Next.js production server - `http://localhost:3000`


---

# 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://nghiaxchis.gitbook.io/ncmaz-nextjs-headless-cms-wordpres-blog-magazine/ncmaz-faust/install-node_module.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.
