From 91b8cbaa4ef392d3203d491d183def7caed308ac Mon Sep 17 00:00:00 2001 From: Norwin Roosen Date: Fri, 26 Apr 2019 20:26:01 +0200 Subject: [PATCH] document submodules --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e1e39d9..c8610be 100644 --- a/README.md +++ b/README.md @@ -11,13 +11,18 @@ It is based on Google's [Blockly](https://developers.google.com/blockly/) and Ca - Android 7+ & Web-browser support. iOS support is upcoming! ## Development - This is an Ionic 3 / Angular 5 application using Cordova Plugins for mobile-native functionality. + ### dev env setup For a basic web version, only Node.js 8+ is required. For Android & iOS builds the respective platform tooling is required. +This repo contains mandatory submodules; so you need to clone this repo via +```sh +git clone --recursive https://github.com/sensebox/blockly-app.git +``` + To install npm dependencies run `npm install` once. Then run `npm start` to start a hot-reloading development view in the browser on .