https://github.com/redhataccess/cp-chrome
Experimental Customer Portal chroming via Web Components.
https://github.com/redhataccess/cp-chrome
Last synced: about 1 month ago
JSON representation
Experimental Customer Portal chroming via Web Components.
- Host: GitHub
- URL: https://github.com/redhataccess/cp-chrome
- Owner: redhataccess
- License: gpl-3.0
- Created: 2016-08-19T13:16:58.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-04-10T01:24:16.000Z (about 9 years ago)
- Last Synced: 2025-01-28T10:44:31.239Z (over 1 year ago)
- Language: HTML
- Size: 641 KB
- Stars: 0
- Watchers: 23
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cp-chrome
Experimental Customer Portal chrome via Web Components.
## HACKING
If you don't have bower installed already:
npm install -g bower
If you have a static file server already, feel free to use it, but I recommend
`http-server`. So easy!
npm install -g http-server
Onward:
git clone git@github.com:redhataccess/cp-chrome.git
cd cp-chrome
bower install
Then make a symlink to your copy of avalon-docs:
ln -s $YOUR_AVALON_PATH src/assets
And launch the server:
http-server -g
You should now be able to visit the localhost URL that's printed in your
console. Check out the examples.