• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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