Policies
============================

This npm module introduces the concept of policies

Adding it to a browserify project
=================================

```
npm install frontend-policies --save
```
Alternatively the build can be downloaded <a href="build.tar.gz">here</a>

Installing
==========

```
npm install
```

Running tests
=============

```
npm test
```

Running build
=============

```
npm run build
```

To read more on the build setup, please refer to the {@tutorial build} documentation.

Npm scripts
===========
The project comes with a couple npm scripts that can be executed by running

```
npm run <script>
```
So,
```
npm run build
```

for example.
For all npm scripts available please see {@tutorial npm scripts}

Walkthrough
===========
For more information, please read the {@tutorial walkthrough}, for even more information please refer to the documented Namespaces and Classes.