The Lodash website.
-
Clone the repository locally.
-
Install required gems in the repository directory.
$ bundle install
-
Build & run.
$ bundle exec jekyll serve
- 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
.