> For the complete documentation index, see [llms.txt](https://cider-wallet.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cider-wallet.gitbook.io/docs/contribute/setup.md).

# Setup

### Getting Started

First, run the development server:

```bash
pnpm dev
# or
npm run dev
```

### Making production build

Run the following:

```bash
pnpm build
# or
npm run build
```
