The Lodash website.
-
Clone the repository locally.
-
Install the application gems:
$ bundle install
-
Build & run from the repository’s directory:
$ jekyll serve --incremental
- Generate new documentation by running
npm run doc:sitehtml
from the Lodash repository. - Copy the generated documentation from
lodash/doc/
tolodash.github.io/docs/
. - Update the
release
field in_config.yml
.