Skip to content

aduh95/fluky

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@aduh95/Fluky

Available at https://aduh95.github.io/fluky/.

Fluky logo

This is an unofficial rework of Fluky, 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+ and Yarn on your machine.

yarn install
yarn start
yarn build
yarn deploy