pxt-ev3/docs/getting-started.md

30 lines
889 B
Markdown
Raw Normal View History

# Getting Started
## Projects
```codecard
[
2018-05-14 20:49:06 +02:00
{
"name": "Prepare",
"imageUrl": "/static/lessons/firmware.png",
2018-06-12 15:46:44 +02:00
"description": "To use Microsoft MakeCode with your EV3 Brick, you will need to install the latest LEGO® MINDSTORMS® Education EV3 firmware. Follow these steps to make sure you're up to date and install the latest firmware if you need to.",
2018-05-14 20:49:06 +02:00
"label": "New? Start Here!",
"labelClass": "red ribbon large",
"url": "https://makecode.mindstorms.com/troubleshoot"
},
{
"name": "Try",
"imageUrl": "/static/lessons/try.png",
"description": "Get a quick introduction to programming.",
"url": "/getting-started/try",
"cardType": "side"
},
{
"name": "Use",
"imageUrl": "/static/lessons/use.png",
"description": "Build a robot and drive into the world of robotics!",
"url": "/getting-started/use",
"cardType": "side"
}
]
```