This repository contains the source code and documentation of sensebox-ardublockly.
This project was created with Create React App and represents the continuation or improvement of blockly.sensebox.de.
-
Download or clone the GitHub Repository
git clone https://github.com/sensebox/React-Ardublockly
and checkout to branchmaster
. -
install Node.js v10.xx on your local machine
-
open shell and navigate inside folder
React-Ardublockly
- run
npm ci
- run
npm start
- run
-
open localhost:3000
Ensure that line 14 in store.js is commented out or otherwise you have installed Redux DevTools Extension.
A demo of the current status of the master branch can be accessed via https://blockly-react.netlify.app/ 🚀.
We use the code formatter prettier for consistancy. The coresponding formatting settings can be found in the .prettierrc.json
file. Possible options can be found here but should only be changed if necessary.