2018-02-14 08:56:12 -08:00
|
|
|
# Getting Started
|
|
|
|
|
|
|
|
## Projects
|
|
|
|
|
|
|
|
```codecard
|
|
|
|
[
|
2018-05-14 11:49:06 -07:00
|
|
|
{
|
|
|
|
"name": "Prepare",
|
|
|
|
"imageUrl": "/static/lessons/firmware.png",
|
2018-11-05 18:04:42 -08:00
|
|
|
"description": "To use Microsoft MakeCode with your EV3 Brick, you will need to install the latest LEGO® MINDSTORMS® Education EV3 firmware.",
|
2018-05-14 11:49:06 -07:00
|
|
|
"label": "New? Start Here!",
|
|
|
|
"labelClass": "red ribbon large",
|
|
|
|
"url": "https://makecode.mindstorms.com/troubleshoot"
|
|
|
|
},
|
2018-02-14 08:56:12 -08:00
|
|
|
{
|
|
|
|
"name": "Try",
|
|
|
|
"imageUrl": "/static/lessons/try.png",
|
2018-04-12 14:41:22 -07:00
|
|
|
"description": "Get a quick introduction to programming.",
|
2018-02-14 08:56:12 -08:00
|
|
|
"url": "/getting-started/try",
|
|
|
|
"cardType": "side"
|
|
|
|
},
|
|
|
|
{
|
2018-02-26 23:16:17 +00:00
|
|
|
"name": "Use",
|
2018-02-14 08:56:12 -08:00
|
|
|
"imageUrl": "/static/lessons/use.png",
|
2018-02-26 23:16:17 +00:00
|
|
|
"description": "Build a robot and drive into the world of robotics!",
|
2018-02-14 08:56:12 -08:00
|
|
|
"url": "/getting-started/use",
|
|
|
|
"cardType": "side"
|
2019-08-30 16:52:37 -07:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "First LEGO League",
|
|
|
|
"imageUrl": "/static/fll/fll-big.png",
|
|
|
|
"description": "Information about using MakeCode in FLL competitions",
|
|
|
|
"url": "/fll"
|
2018-02-14 08:56:12 -08:00
|
|
|
}
|
|
|
|
]
|
|
|
|
```
|