This repo contains the source for the opensearch.org website
See CONTRIBUTING for more information.
This project is licensed under the BSD-3-Clause License.
- Go to the root of the repo
- Install Ruby and RVM
- Install Jekyll
- Install dependencies:
bundle install
- Build:
bundle exec jekyll serve
for the local server,bundle exec jekyll build
for one off builds. Either way, the HTML of the site is generated to/_site
- Point your browser at
http://127.0.0.1:4000/
This website was forked from the BSD-licensed djangoproject.com