The fastest data portal on the planet, created with modern web and browser technologies:
- ECMAScript 2015 modules
- Custom elements
- Web and service workers
- CSS grid
There are 0 dependencies, but you need a browser from 2017 or later to run the application, and Node.js and yarn to run the optional development tools
After git clone
ing the repo, install dev deps with
yarn
and run
yarn dev
to start a live-server on http://localhost:7777
To develop with service workers (careful: cache invalidation is not-yet implemented)
yarn dev-sw
yarn eslint
yarn test
Please do, but create a git branch for all new features