## Getting Started
To get a local copy up and running follow these simple example steps.
### Prerequisites
* npm
```sh
npm install npm@latest -g
```
### Installation
1. Clone the repo
```sh
git clone https://github.com/matt-fidd/stratos.git
```
2. Install NPM packages
```sh
npm install
```
3. Run gulp script to help set up config files
```sh
gulp
```