# <%= appName %>

<%= appDescription %>

---

## Installation

Once you've cloned a copy of this repository down to your machine, cd into it and run:

```shell
npm install
```<% if(cuttlefish) { %>

You will need to "link" the [cf_themes](https://github.com/clearlink/cf_themes) repository to this project. If you do not have the `cf_themes` set up on your machine, make sure you go through the [cf_themes README file](https://github.com/clearlink/cf_themes) first!<% } %>

After that, you should be able to run gulp:

```shell
gulp
```<% if(!bypass) { %>

---

## Troubleshooting

If you're having issues with getting this set up, make sure you've checked the following:

* Is the project set up as a vhost entry in your `httpd.conf` file?
* Is the project configured/created in the V2 admin settings?
* Are your files in the correct place? `~/Sites/cms-v2/trunk/sites/clearlink-docs`
* Make sure your host file `/etc/hosts` is pointing correctly.<% } %>
