Skip to content

bleeptrack/rc3-generator

Repository files navigation

rC3 Generator

Screenrecording of usage

Live Version
Official Styleguide for rC3 by KREATUR WORKS

Develop local with Docker

Get node modules

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'

Run http server

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

Docker Desktop for macOS and Windows

To run docker on your Mac or Windows, the easiest way is to install Docker Desktop.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published