tree: 58af02b1425196711ca8666260260bbb66cf0d3c [path history] [tgz]
  1. _includes/
  2. _layouts/
  3. css/
  4. images/
  5. .gitignore
  6. _config.yml
  7. BUILD.bazel
  8. Built-ins.md
  9. index.md
  10. install.md
  11. Jasmine.md
  12. Karma.md
  13. Protractor.md
  14. README.md
  15. Rollup.md
  16. Terser.md
  17. TypeScript.md
docs/README.md

Developing on the docsite

Running locally can be done with Jekyll. Follow setup instructions at https://help.github.com/en/articles/setting-up-your-github-pages-site-locally-with-jekyll

Run

docs$ bundle exec jekyll serve

Another way to do local development without doing the Ruby setup steps is to use a docker container:

$ docker run -it --rm -v "$PWD":/usr/src/app -p "4000:4000" starefossen/github-pages