mirror of
https://github.com/sensebox/blockly-app
synced 2025-02-22 06:23:59 +01:00
document submodules
This commit is contained in:
parent
6ef4ec5d23
commit
91b8cbaa4e
1 changed files with 6 additions and 1 deletions
|
@ -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!
|
- Android 7+ & Web-browser support. iOS support is upcoming!
|
||||||
|
|
||||||
## Development
|
## Development
|
||||||
|
|
||||||
This is an Ionic 3 / Angular 5 application using Cordova Plugins for mobile-native functionality.
|
This is an Ionic 3 / Angular 5 application using Cordova Plugins for mobile-native functionality.
|
||||||
|
|
||||||
|
|
||||||
### dev env setup
|
### dev env setup
|
||||||
For a basic web version, only Node.js 8+ is required.
|
For a basic web version, only Node.js 8+ is required.
|
||||||
For Android & iOS builds the respective platform tooling 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.
|
To install npm dependencies run `npm install` once.
|
||||||
|
|
||||||
Then run `npm start` to start a hot-reloading development view in the browser on <http://localhost:8100>.
|
Then run `npm start` to start a hot-reloading development view in the browser on <http://localhost:8100>.
|
||||||
|
|
Loading…
Add table
Reference in a new issue