# Contribution Guidelines

### Issue

 1. Try the [master](https://github.com/Simonwep/presentr/tree/master)-branch, perhaps the problem has been solved.
 2. [Use the search](https://github.com/Simonwep/presentr/search?type=Issues), maybe there is already an answer.
 3. If not found, [create an issue](https://github.com/Simonwep/presentr/issues/new), please dont forget to carefully describe it how to reproduce it / pay attention to the issue-template.

***

### Pull Request

 1. Before a Pull request run `npm run build`.
 2. Pull requests only into [master](https://github.com/Simonwep/presentr/tree/master)-branch.

***

### Setup

This project requires [npm](https://nodejs.org/en/).
 
 1. Fork this repo on [github](https://github.com/Simonwep/presentr).
 2. Clone locally.
 3. From your local repo run `npm install`.
 4. Run local dev server `npm run dev` and go to `http://localhost:3008/`
