# CONTRIBUTING

Anyone can contribute to the Striven File Viewer. Please open an issue for any feature requests, bug fixes, and enhancements that you would like to be implemented into the editor. Keep in mind that this editor has been tailored to the needs of the [Striven ERP Platform](https://striven.com/), so some requests may not be fulfillable.

## Install Dependencies

```sh
$ npm install
```

```sh
$ cd demo && npm install
```

## Symlink Development Package

Initialize ```striven-fileviewer``` symlink.

```sh
$ npm link
```

Symlink ```striven-fileviewer``` in the development environment.

```sh
$ npm link striven-fileviewer
```

## Start Webpack

Run webpack in watch mode.

```sh
$ npm run dev
```