Browse Source

feat: first commit

Signed-off-by: QuentinN42 <quentin@lieumont.fr>
pull/1/head
QuentinN42 1 year ago
commit
3e4adcb669
Signed by: number42 GPG Key ID: 2CD7D563712B3A50
  1. 25
      README.md

25
README.md

@ -0,0 +1,25 @@
# Rezelator
Create a sample website from a json.
```json
[
{
"name": "Cat1",
"items": [
{
"name": "Item1",
"description": "Description of Item1",
"url": "http://www.example.com/item1",
"image": "http://www.example.com/item1.png"
},
{
"name": "Item2",
"description": "Description of Item2",
"url": "http://www.example.com/item2",
"image": "http://www.example.com/item2.png"
}
]
}
]
```
Loading…
Cancel
Save