Skip to content

bleeptrack/rc3-generator

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
img
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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