2018-02-14 17:56:12 +01:00
# Getting Started
## Projects
```codecard
[
2018-05-14 20:49:06 +02:00
{
"name": "Prepare",
"imageUrl": "/static/lessons/firmware.png",
"description": "To use Microsoft MakeCode with your EV3 brick, you will need to install the latest LEGO MINDSTORMS Education EV3 firmware - version 1.10 or higher. Follow these steps to install the latest firmware from LEGO.",
"label": "New? Start Here!",
"labelClass": "red ribbon large",
"url": "https://makecode.mindstorms.com/troubleshoot"
},
2018-02-14 17:56:12 +01:00
{
"name": "Try",
"imageUrl": "/static/lessons/try.png",
2018-04-12 23:41:22 +02:00
"description": "Get a quick introduction to programming.",
2018-02-14 17:56:12 +01:00
"url": "/getting-started/try",
"cardType": "side"
},
{
2018-02-27 00:16:17 +01:00
"name": "Use",
2018-02-14 17:56:12 +01:00
"imageUrl": "/static/lessons/use.png",
2018-02-27 00:16:17 +01:00
"description": "Build a robot and drive into the world of robotics!",
2018-02-14 17:56:12 +01:00
"url": "/getting-started/use",
"cardType": "side"
}
]
```