Closed greg-norris closed 6 years ago
@greg-norris Is the "pxt-core" module added automatically?
Only after I link pxt-brainpad to pxt using 'npm link ../pxt' command to serve locally. It shows up as 'changed' after I link.
Which version of npm are you using?
npm v6.0.0
Okay
I removed the .pxt core submodule from my local. Also created new project section in the tutorials, that the team will discuss on phone call later.
You removed tutorials, is that ok?
Yes, we are calling it components here. That's what we want to discuss on the phone call. We would like the first part to just be simple tuts on just the basic 8 components (Buzzer, LightBulb) very simple easy code sample. The coding section we added will tie using the components together and teach coding logic examples. Finally under that we would add projects. All this is open to discussion of course.
Avoid capital letters in path, it creates issues on Unix. So snapCircuit
-> snap-circuit
We added a quick idea of a sample project just to show what we were thinking in the layout.
Okay, I can fix those.
Changed the path to snap-circuits
I just noticed that the path to the images was still "snapCircuit". Can you fix it in a new PR?
Fixed tutorial and changed block images to fenced in code snippets.