📚 Improve documentation about how to contribute to n8n

This commit is contained in:
Jan Oberhauser
2019-08-14 08:30:54 +02:00
parent a66235cadb
commit 7cd563183a
2 changed files with 108 additions and 5 deletions

View File

@@ -33,11 +33,7 @@ And information about how to run it in Docker [here](https://github.com/n8n-io/n
## Development Setup
1. Clone the repository
2. Go into repository folder
3. Run: `npm install`
4. Run: `npx lerna bootstrap --hoist`
5. Run: `npm run build` or `npx lerna exec npm run build` (if lerna is not installed)
A guide how to set everything up can be found in the file [CONTRIBUTING.md](CONTRIBUTING.md)