Live Version
Official Styleguide for rC3 by KREATUR WORKS
To run the application, npm modules are needed.
# goto repository root directory and enters the command
docker run --rm -v $PWD:/getnmpmoduls node /bin/sh -c 'cd /getnmpmoduls && npm install'
To test the application, run a ngnix webserver
# goto repository root directory and enters the command
docker run --name rc3-generator -p 8888:80 -v $PWD:/usr/share/nginx/html:ro -d nginx
Now request the rc3-generator with http://localhost:8888
# Stop and remove the container
docker rm rc3-generator -f
To run docker on your Mac or Windows, the easiest way is to install Docker Desktop.