# Project Zero Next

Headless Akinon Commerce Cloud Storefront.

## Setup

Run `cp .env.example .env && yarn` command at project root and all dependencies should be installed.

## Environment Variables

### Required Environment Variables

- `SITEMAP_S3_BUCKET_NAME`: S3 bucket name for XML sitemaps (e.g., "0fb534"). This is required for the sitemap route to function correctly.

### Build

To build the app, run the following command:

```bash
cd projectzeronext # Project root
yarn build
```

### Develop

Run the following command:

```bash
cd projectzeronext # Project root
yarn dev
```

### Deploy

Please refer to [Deployment](https://developers.akinon.com/docs/guide/p0/nextjs/deployment) guide for deployment instructions.
