This repo contains the source for the opensearch.org website.
We welcome contributions! Please see our CONTRIBUTING page to learn more about how to contribute to the website.
If you discover potential security issues, see the reporting instructions on our CONTRIBUTING page 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