This repository hosts the web page sources for www.netztest.at
For building the website, the following tools are needed
- NodeJS
- NPM
- Git
-
Build
npm install node build netztest
It is possible to live-rebuild changed sources by running
node build netztest watch
-
Deploy
Use the
build
-directory as the root directory for your webserver, e.g. in conjunction with thehttp-server
node module (npm install http-server -g
)http-server build -p 8081
Now, the website is ready to use: http://localhost:8081/en
- RTR-Netztest on the web