Skip to content

akatechis/lodash.github.io

 
 

Repository files navigation

lodash.github.io

The Lodash website.

Running Locally

  1. Clone the repository locally.

  2. Install required gems in the repository directory.

    $ bundle install
  3. Build & run.

    $ bundle exec jekyll serve

Incrementing the Lodash Version

  1. Generate new documentation by running npm run doc:sitehtml from the Lodash repository.
  2. Copy the generated documentation from lodash/doc/ to lodash.github.io/docs/.
  3. Update the release field in _config.yml.

About

The Lodash website.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 38.2%
  • JavaScript 30.6%
  • CSS 23.7%
  • Ruby 7.5%