---
URL: "/guide/create"
LLMS_URL: "/guide/create.md"
---

# Setup a `dovenv` project

Create a new `dovenv` project using the **dovenv-create** command

Just run this:

::: code-group

```bash [npm]
npm create dovenv@latest
```

```bash [pnpm]
pnpm create dovenv@latest
```

```bash [yarn]
yarn create dovenv
```

```bash [bun]
bun create dovenv@latest
```

```bash [deno]
deno init --npm dovenv@latest
```

:::

## ➕ More

- 📖 [API Docs](api.md)
- 📦 [NPM](https://www.npmjs.com/package/create-dovenv)
