Spaces:
Running
Running
Upload setup&usage.yaml
Browse files- setup&usage.yaml +9 -0
setup&usage.yaml
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
|
| 2 |
+
---
|
| 3 |
+
|
| 4 |
+
## ⚙️ Setup & Usage
|
| 5 |
+
|
| 6 |
+
### Local preview
|
| 7 |
+
You can serve it locally with PHP’s built-in server:
|
| 8 |
+
```bash
|
| 9 |
+
php -S localhost:8000
|