https://github.com/puria/typocene
Web Typography generator
https://github.com/puria/typocene
Last synced: 3 months ago
JSON representation
Web Typography generator
- Host: GitHub
- URL: https://github.com/puria/typocene
- Owner: puria
- License: agpl-3.0
- Created: 2019-12-13T16:42:22.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-12-13T16:51:22.000Z (over 5 years ago)
- Last Synced: 2025-01-22T11:47:43.349Z (5 months ago)
- Homepage:
- Size: 16.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
{project_name}
{tagline}
:floppy_disk: Install
•
:video_game: Quick start
•
:whale: Docker
•
:honeybee: API
•
:wrench: Configuration
•
:clipboard: Testing
•
:bug: Troubleshooting & debugging
•
:heart_eyes: Acknowledgements
•
:globe_with_meridians: Links
•
:busts_in_silhouette: Contributing
•
:briefcase: LicenseAbstract description like: :construction: Zenroom is a software in **ALPHA stage** and are part of the [DECODE project](https://decodeproject.eu) about data-ownership and [technological sovereignty](https://www.youtube.com/watch?v=RvBRbwBm_nQ). Our effort is that of improving people's awareness of how their data is processed by algorithms, as well facilitate the work of developers to create along [privacy by design principles](https://decodeproject.eu/publications/privacy-design-strategies-decode-architecture) using algorithms that can be deployed in any situation without any change.
:triangular_flag_on_post: Table of Contents (click to expand)
* [Install](#floppy_disk-install)
* [Quick start](#video_game-quick-start)
* [Docker](#whale-docker)
* [API](#honeybee-api)
* [Configuration](#wrench-configuration)
* [Testing](#clipboard-testing)
* [Troubleshooting & debugging](#bug-troubleshooting--debugging)
* [Acknowledgements](#heart_eyes-acknowledgements)
* [Links](#globe_with_meridians-links)
* [Contributing](#busts_in_silhouette-contributing)
* [License](#briefcase-license)***
## :floppy_disk: Install
```pip install / yard add {project_name}```***
## :video_game: Quick startTo start using {project_name} just (fill with real documentation)
***
## :whale: Docker```bash
docker build -t {project_name} .
docker run --rm -it {project_name}
```***
## :honeybee: API***
## :wrench: Configuration***
## :clipboard: Testing
***
## :bug: Troubleshooting & debugging***
## :heart_eyes: AcknowledgementsCopyright :copyright: 2019 by [Dyne.org](https://www.dyne.org) foundation, Amsterdam
Designed, written and maintained by Puria Nafisi Azizi.
Special thanks to Mr. W. White for his special contributions.
This project is receiving funding from the European Union’s Horizon 2020 research and innovation programme under grant agreement nr. 732546 (DECODE).
***
## :globe_with_meridians: Linkshttps://www.somelink.io/
https://dyne.org/
***
## :busts_in_silhouette: ContributingPlease first take a look at the [Dyne.org - Contributor License Agreement](CONTRIBUTING.md) then
1. :twisted_rightwards_arrows: [FORK IT](../../fork)
2. Create your feature branch `git checkout -b feature/branch`
3. Commit your changes `git commit -am 'Add some fooBar'`
4. Push to the branch `git push origin feature/branch`
5. Create a new Pull Request
6. :pray: Thank you***
## :briefcase: License
{project_name} - {tagline}
Copyright (c) 2019 Dyne.org foundation, AmsterdamThis program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.You should have received a copy of the GNU Affero General Public License
along with this program. If not, see .