* The Orchard Film and TV Sales Platform CMS *

** Installation **


*** Development ***

npm install --no-shrinkwrap

*** Production ***

npm install

** Test **

*** Running Local Tests ***

Run all the tests together:

```grunt test```

To run individual parts of the tests:

```
grunt test:unit
grunt test:coverage
grunt test:e2e
```

*** Linting ***

Run all the linting:
```grunt jshint```


*** Run the server locally ***

To run the server locally run:

```node server.js```

*** Smoke Tests ***

Sanity tests that run against the live environment after an update to make sure
that the production environment still works.
