# lodash.com **Repository Path**: wang6wang66/lodash.com ## Basic Information - **Project Name**: lodash.com - **Description**: No description available - **Primary Language**: Unknown - **License**: CC0-1.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-02-16 - **Last Updated**: 2024-06-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # lodash.com The Lodash website. ## Running Locally 1. Clone the repository locally. 2. Install required [gems](http://bundler.io/) & [packages](https://www.npmjs.com/) in the repository directory. ```shell $ bundle $ npm i ``` 3. Build & run. ```shell $ bundle exec jekyll serve ``` ## Incrementing the Lodash Version 1. Generate new documentation by running `npm run doc:sitehtml` from the [Lodash repository](https://github.com/lodash/lodash). 2. Copy the generated documentation from `lodash/doc/` to `lodash.com/docs/`. 3. Update `_config.yml` for the release. ```shell $ npm run build:config ```