> ## Documentation Index
> Fetch the complete documentation index at: https://docs.nrai.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Local Dev Environment

## Prerequisites

* Node.js v18+
* npm v9+

## Instructions

1. Setup the environment

```bash theme={null}
node tools/setup-dev.js
```

2. Start the environment

This command will start NRAI with sqlite3 and in memory queue.

```bash theme={null}
npm start
```

<Note>
  By default, the development setup only builds specific addons.Open the file
  `packages/server/api/.env` and add comma-separated list of addons to make
  available.

  For more details, check out the [Addon Development](/developers/development-setup/getting-started) section.
</Note>

3. Go to ***localhost:4200*** on your web browser and sign in with these details:

Email: `dev@ap.com`
Password: `12345678`
