Skip to content

repometric/www.repometric.com

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

landing

This repository contains a static landing page for repometric.

Getting started

Update submodule(s):

$ git submodule init
$ git submodule update

Thats it! Open src/index.html in browser.

Development

Nothing special, all sources are inside src folder.

Deployment

Install npm packages:

$ npm install

Build the page and copy all static files to www folder:

$ npm run build

That'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.

More

If you're interested how it built and works - more details in INFO.

License

This project is licensed under the MIT License - see the LICENSE file for details.