# Bordelais Theme


## Installation
1. Clone this repo
2. install all dependencies with `npm install` and `composer install`
3. Setup your local env by running `npm run bootstrap` and enter the url under which you can access your WordPress.
4. Run `npm start`for development or `npm run build` for creating the production build

### Production

-   Run `npm run build for production build

### Development

-   Run `npm start` on development systems
