From 31b3df00bd8c3626847e73706d496fc2ead94187 Mon Sep 17 00:00:00 2001 From: Laurin Quast Date: Wed, 17 Aug 2022 10:01:42 +0200 Subject: [PATCH] docs-software (#300) --- docs/DEVELOPMENT.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/DEVELOPMENT.md b/docs/DEVELOPMENT.md index 707eb790d..d92d9f769 100644 --- a/docs/DEVELOPMENT.md +++ b/docs/DEVELOPMENT.md @@ -1,5 +1,14 @@ # Development +## Prerequisites + +Developing Hive locally requires you to have the following software installed locally: + +- Node.js 16 LTS (or `nvm` or `fnm`) +- yarn v1 +- docker +- docker-compose + ## Setup Instructions - Clone the repository locally