The Web Site of ServiceComb which is based on Minimal Mistakes Jekyll Theme.
-
Install Jekyll and Bundler
gem install jekyll bundler -
Clone the site files
git clone [email protected]:ServiceComb/ServiceComb.github.io.git -
cd ServiceComb.github.io.git
-
Install the gems with bundle
bundle install -
Start the jekyll server
bundle exec jekyll server -
Start web browser to access
http://localhost:4000