# community-project-boilerplate **Table of Contents** *generated with [DocToc](https://github.com/thlorenz/doctoc)* - [Requirements](#requirements) - [Development](#development) ## Requirements To run this project, you will need: - Node.js >= v9.4.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 cd src/zorgs-cli yarn link # now `zorgs` command line is linked to your local files ```