22 lines
352 B
Markdown
22 lines
352 B
Markdown
|
# Getting Started
|
||
|
|
||
|
## Projects
|
||
|
|
||
|
```codecard
|
||
|
[
|
||
|
{
|
||
|
"name": "Try",
|
||
|
"imageUrl": "/static/lessons/try.png",
|
||
|
"description": "TBD",
|
||
|
"url": "/getting-started/try",
|
||
|
"cardType": "side"
|
||
|
},
|
||
|
{
|
||
|
"name": "use",
|
||
|
"imageUrl": "/static/lessons/use.png",
|
||
|
"description": "TBD",
|
||
|
"url": "/getting-started/use",
|
||
|
"cardType": "side"
|
||
|
}
|
||
|
]
|
||
|
```
|