Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fetchandadd/paper-sizes

A database for paper sizes
https://github.com/fetchandadd/paper-sizes

Last synced: about 9 hours ago
JSON representation

A database for paper sizes

Awesome Lists containing this project

README

        

# paper-sizes

A database for paper sizes

## Hosted

[http://paper-sizes.apps.creios.net](http://paper-sizes.apps.creios.net)

## Install

Start by cloning the repository.

```sh
$ git clone https://github.com/timtegeler/paper-sizes.git
```

Change into the new created directory.

```sh
$ cd paper-sizes
```

Install dependencies with bower.

```sh
$ bower install
```

Build the docker image and start a container with docker-compose.

```sh
$ docker-compose up -d
```