Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/akuru-io/fontlet-explorer
⚡️Latest and greatest FLOSS fonts on the desktop.
https://github.com/akuru-io/fontlet-explorer
Last synced: 5 days ago
JSON representation
⚡️Latest and greatest FLOSS fonts on the desktop.
- Host: GitHub
- URL: https://github.com/akuru-io/fontlet-explorer
- Owner: akuru-io
- License: gpl-3.0
- Archived: true
- Created: 2018-08-21T17:20:40.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-21T16:28:59.000Z (almost 6 years ago)
- Last Synced: 2024-04-26T17:18:35.602Z (7 months ago)
- Language: JavaScript
- Homepage: https://akuru.io
- Size: 1.89 MB
- Stars: 19
- Watchers: 3
- Forks: 4
- Open Issues: 38
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - akuru-io/fontlet-explorer - ⚡️Latest and greatest FLOSS fonts on the desktop. (others)
README
# Fontlet Desktop App
[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier)
[![Riot.im](https://img.shields.io/badge/chat-Riot.im-lightgrey.svg)](https://riot.im/app/#/room/!ZAweBlRCmLHmHrgZek:matrix.org)Fontlet is a cross platform font installer and sync application for the desktop. Fontlet project is a free software project which aims to build a subscription revenue model for libre/free and open source fonts.
### Install
Fontlet is still in early ALPHA. Latest releases [here](https://github.com/fontlet/fontlet-explorer).
### Run from source
Get the code;
```
git clone https://github.com/fontlet/fontlet-explorer.git
cd fontlet-explorer
npm install // or yarn install
```Run the app;
```
npm run dev
```### Build
`npm run dist`
## License
Fontlet is a free software licensed under GNU GPL V3. See the LICENSE for more details.