From 1e95d57139143be88f0dd600e194f7e929bf2e3b Mon Sep 17 00:00:00 2001 From: Delucse <46593742+Delucse@users.noreply.github.com> Date: Thu, 19 Nov 2020 17:52:23 +0100 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 5b7a213..b8acf5b 100644 --- a/README.md +++ b/README.md @@ -2,18 +2,18 @@ # React Ardublockly -This repository contains the source code and documentation of [sensebox-ardublockly](https://sensebox-ardublockly.netlify.app/). +This repository contains the source code and documentation of [sensebox-ardublockly](https://sensebox-ardublockly.netlify.app/) :rocket:. This project was created with [Create React App](https://github.com/facebook/create-react-app) and represents the continuation or improvement of [blockly.sensebox.de](https://blockly.sensebox.de/ardublockly/?lang=de&board=sensebox-mcu). ## Getting Started -1. [Download](https://github.com/sensebox/React-Ardublockly/archive/master.zip) or clone the GitHub Repository ``git clone https://github.com/sensebox/React-Ardublockly`` and checkout to branch ``master``. +1. [Download](https://github.com/sensebox/React-Ardublockly/archive/bachelor.zip) or clone the GitHub Repository ``git clone https://github.com/sensebox/React-Ardublockly`` and checkout to branch ``bachelor``. 2. install [Node.js v10.xx](https://nodejs.org/en/) on your local machine -3. open shell and navigate inside folder ``React-Ardublockly`` +3. open shell and navigate inside folder ``React-Ardublockly`` or rather ``Quellcode`` * run ``npm install`` * run ``npm start`` 4. open [localhost:3000](http://localhost:3000) @@ -22,7 +22,7 @@ This project was created with [Create React App](https://github.com/facebook/cre Ensure that line 14 in [store.js](https://github.com/sensebox/React-Ardublockly/blob/master/src/store.js#L14) is commented out or otherwise you have installed [Redux DevTools Extension](http://extension.remotedev.io/). ## Demo -A demo of the current status of the master branch can be accessed via [sensebox-ardublockly.netlify.app](https://sensebox-ardublockly.netlify.app/) :rocket:. +A demo of the current status of the bachelor branch can be accessed via [sensebox-ardublockly.netlify.app](https://sensebox-ardublockly.netlify.app/) :rocket:. * [Home](https://sensebox-ardublockly.netlify.app/) * [Tutorial Overview](https://sensebox-ardublockly.netlify.app/tutorial) * [Tutorial-Builder](https://sensebox-ardublockly.netlify.app/tutorial/builder)