xref: /aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/docs/README.md (revision 30877f796caf59d855b10b687a5d6b3918d765cb)
1# ExoPlayer website
2
3The [ExoPlayer website](https://exoplayer.dev/) is hosted on
4GitHub Pages, and is statically generated using Jekyll.
5
6* GitHub provides a guide describing how to setup a GitHub Pages site using
7  Jekyll
8  [here](https://help.github.com/articles/using-jekyll-as-a-static-site-generator-with-github-pages/).
9* GitHub provides a guide describing how to test changes to the site locally
10  [here](https://help.github.com/articles/setting-up-your-github-pages-site-locally-with-jekyll/).
11  Once your machine is setup, you can build and run a local instance of the
12  site using `./run_locally.sh` from the root directory.
13