Ecosyste.ms: Awesome
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: about 9 hours ago
JSON representation
A database for paper sizes
- Host: GitHub
- URL: https://github.com/fetchandadd/paper-sizes
- Owner: fetchandadd
- License: gpl-3.0
- Created: 2015-11-30T11:25:44.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-29T14:52:25.000Z (almost 9 years ago)
- Last Synced: 2023-03-21T02:20:40.970Z (almost 2 years ago)
- Language: HTML
- Size: 27.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```