These instructions will get you a copy of the SmallRye.io website up and running on your local machine for development and testing purposes.
Jekyll static site generator docs.
Install a full Ruby development environment
Install Jekyll and bundlergems
gem install jekyll bundlerFork the project repository, then clone your fork.
git clone git@github.com:YOUR_USER_NAME/smallrye.github.io.gitChange into the project directory:
cd smallrye.github.ioUse bundler to fetch all required gems in their respective versions
bundle installBuild the site and make it available on a local server
bundle exec jekyll serveNow browse to http://localhost:4000
If you encounter any unexpected errors during the above, please refer to the troubleshooting page or the requirements page, as you might be missing development headers or other prerequisites.
For more regarding the use of Jekyll, please refer to the Jekyll Step by Step Tutorial.
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
This website is licensed under the Creative Commons Attribution 3.0.