Skip to content

redhat-developer/cp-patterns

 
 

Repository files navigation

cp-patterns

Experimental Customer Portal Web Component Pattern Library.

Developing Patterns and Components

Setup

After downloading the repo, install Docker and docker-compose (often bundled).

Within the source tree, run the following:

$ docker-compose up

By default, the container will listen on localhost port 8080. If you would like to change that, set the PK_LISTEN_PORT environment variable.

$ PK_LISTEN_PORT=9993 docker-compose up

When it completes, open another terminal and run init.sh

$ sh ./init.sh

It will automatically install the Composer, NPM and Bower dependencies into the container and run Grunt to generate the dist folder.

From that point forward, you can use psh.sh to get a shell into the container:

$ ./psh.sh

About

Experimental Customer Portal Web Component Pattern Library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 42.4%
  • HTML 32.5%
  • JavaScript 24.9%
  • Other 0.2%