Skip to content

jahio/fixed-broadband-deployment-data

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fixed Broadband Deployment Data

Setting up locally

  1. Install node modules.

    npm install
    
  2. Build the docs (HTML, LESS/CSS, JS).

    Development

    grunt
    

    Production

    grunt build:release
    
  3. Run the app using a local server.

    localhost:8080
    

Packages

No packages published

Languages

  • HTML 62.1%
  • JavaScript 23.4%
  • CSS 14.5%