dzlabing / open-rmbt-website

Website sources for www.netztest.at

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RTR NetTest Website

This repository hosts the web page sources for www.netztest.at

Requirements

For building the website, the following tools are needed

  • NodeJS
  • NPM
  • Git

Building and running the Website

  1. Build

    npm install
    node build netztest 

    It is possible to live-rebuild changed sources by running

    node build netztest watch
  2. Deploy

    Use the build-directory as the root directory for your webserver, e.g. in conjunction with the http-server node module (npm install http-server -g)

    http-server build -p 8081

    Now, the website is ready to use: http://localhost:8081/en

Get in Touch

About

Website sources for www.netztest.at

License:Apache License 2.0


Languages

Language:JavaScript 89.3%Language:HTML 6.3%Language:SCSS 4.2%Language:CSS 0.3%