Add metadata section to README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# Getting Started with Create React App
|
2 |
|
3 |
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
|
|
|
1 |
+
---
|
2 |
+
title: Transformers Js Playground
|
3 |
+
emoji: 🐠
|
4 |
+
colorFrom: indigo
|
5 |
+
colorTo: red
|
6 |
+
sdk: static
|
7 |
+
pinned: false
|
8 |
+
app_build_command: npm run build
|
9 |
+
app_file: build/index.html
|
10 |
+
---
|
11 |
+
|
12 |
+
|
13 |
# Getting Started with Create React App
|
14 |
|
15 |
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
|