Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/aduh95/fluky

Randomizer for the web
https://github.com/aduh95/fluky

Last synced: 1 day ago
JSON representation

Randomizer for the web

Awesome Lists containing this project

README

        

# @aduh95/Fluky

_Available at ._

![Fluky logo](https://aduh95.github.io/fluky/favicon.png)

This is an unofficial rework of [Fluky](http://fluky.io), with a few key
differences:

- It is more lightweight (2.5 MB vs 51KB to load the home screen).
- It focuses on a better accessibility (keyboard navigation, enhanced color
contrast, etc.).
- It includes more modern-web features (PWA, dark theme, etc.).
- It is open-source, which means anyone can audit the code to ensure the result
is not biased one way or the other.

### Build locally

You need [Node.js 10+](https://nodejs.org/) and [Yarn](https://yarnpkg.com/) on
your machine.

```shell
yarn install
yarn start
yarn build
yarn deploy
```