Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 796 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 796 Bytes

opensearch.org website

This repo contains the source for the opensearch.org website

Security

See CONTRIBUTING 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