https://github.com/rmarting/rhdh-adventure
https://github.com/rmarting/rhdh-adventure
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rmarting/rhdh-adventure
- Owner: rmarting
- License: apache-2.0
- Created: 2024-11-20T07:11:43.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2025-01-16T14:34:22.000Z (4 months ago)
- Last Synced: 2025-01-16T15:26:44.800Z (4 months ago)
- Language: JavaScript
- Homepage: http://blog.jromanmartin.io/rhdh-adventure/
- Size: 3.69 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Red Hat Developer Hub Adventure
## 🌟 Mission
This is a workshop or an adventure to introduce your teams in features and capabilities
of Red Hat Developer Hub improving Developer Experience and Developer Productivity.## 🏃♀️ Running locally
To run locally the _dev_ environment, install the following `npm` package and start the npm server:
1. Install the _gulp-cli_ package:
```shell
sudo npm install -g gulp-cli
```2. Install `npm` packages:
```shell
npm install
```3. Start the _dev_ environment:
```bash
gulp
```Your local copy is here: http://localhost:3000/
## 📝 Content Structure
Check the build courseware https://redhat-scholars.github.io/build-course[documentation] on how folder structure, how to use macros and other gotchas.
## 👪 Contribution
Pull requests welcome 🏁. Please 🙏, review 👀 the link:./CONTRIBUTING.md[Contribution Guide] to become a contributor.
Changes approved and pushed to main will automatically be published to the docs site.