KanoComputing / make-art

App to learn programming using a basic CoffeeScript drawing API
GNU General Public License v2.0
47 stars 37 forks source link

[OS-1023] Fix build for Kano OS #451

Closed lauraenria closed 4 years ago

lauraenria commented 4 years ago

Our goal, to integrate the new changes in make-art with Kano Os when it's built, is reached by:

Installing we kit-app-shell-web

installing the appropriate commands, like yarn, node, npm-login-cmd to login in npm and its requirements npx. We need the offline version and to run both yarn build for the style in gulp and yarn build:web for the complete built. Environment variables would be set up outside in a safer place.

set up the right path for Make-art in Kano-draw.install for a few elements which were missing and not reachable thought the server, even if copied.

Set up the check condition for Windows (isThisAWindowsMachine?) before the required variables are defined.

I found useful to add in the readme about vscode Rasbian

lauraenria commented 4 years ago

DO NOT MERGE I NEED TO CHECK