Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 1.01 KB

README.md

File metadata and controls

27 lines (17 loc) · 1.01 KB

opensearch.org website

This repo contains the source for the opensearch.org website.

Contributing

We welcome contributions! Please see our CONTRIBUTING page to learn more about how to contribute to the website.

Security

If you discover potential security issues, see the reporting instructions on our CONTRIBUTING page for more information.

License

This project is licensed under the BSD-3-Clause License.

Build

  1. Go to the root of the repo
  2. Install Ruby and RVM
  3. Install Jekyll
  4. Install dependencies: bundle install
  5. 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
  6. Point your browser at http://127.0.0.1:4000/

Credit

This website was forked from the BSD-licensed djangoproject.com