# jekyll-algolia **Table of Contents** *generated with [DocToc](https://github.com/thlorenz/doctoc)* - [Requirements](#requirements) - [Development](#development) - [Update docs](#update-docs) ## Requirements To run this project, you will need: - Node.js >= v9.2.0, use nvm - [install instructions](https://github.com/creationix/nvm#install-script) - Yarn >= v1.3.2 - [install instructions](https://yarnpkg.com/en/docs/install#alternatives-tab) ## Development ```sh yarn yarn start ``` Go to . ## Update docs ```sh yarn docs:update git push ```