This repository contains a static landing page for repometric.
Update submodule(s):
$ git submodule init
$ git submodule updateThats it! Open src/index.html in browser.
Nothing special, all sources are inside src folder.
Install npm packages:
$ npm installBuild the page and copy all static files to www folder:
$ npm run buildThat's it! Open build/index.html in browser to preview before deployment.
The page itself is automatically build & deployed after any change in master branch.
If you're interested how it built and works - more details in INFO.
This project is licensed under the MIT License - see the LICENSE file for details.