> ## Documentation Index
> Fetch the complete documentation index at: https://minestorev3-api.ci.batlify.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Quickstart

> Quickstart with installation and setup

## Setup your development

1. Create your new Next.js/Nuxt/SvelteKit, Vue, React, Angular, ... project
2. Install the library

npm

```bash theme={null}
npm i @batlify/mscms2-api
```

yarn

```bash theme={null}
yarn add @batlify/mscms2-api
```

pnpm

```bash theme={null}
pnpm add @batlify/mscms2-api
```

Create .env file with enviroment: `NEXT_PUBLIC_API_URL=https://yourstore.yourdomain.com`

Everyting else you can find in the:<br />
[MineStoreCMS official documentation](https://docs.minestorecms.com/) or<br />
[MineStoreCMS official api references documentation](https://docs.minestorecms.com/rest-api/introduction)
