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

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

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

Last synced: 3 months 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
```