Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# React + Vite
|
| 2 |
|
| 3 |
This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
|
|
@@ -13,4 +24,4 @@ The React Compiler is not enabled on this template because of its impact on dev
|
|
| 13 |
|
| 14 |
## Expanding the ESLint configuration
|
| 15 |
|
| 16 |
-
If you are developing a production application, we recommend using TypeScript with type-aware lint rules enabled. Check out the [TS template](https://github.com/vitejs/vite/tree/main/packages/create-vite/template-react-ts) for information on how to integrate TypeScript and [`typescript-eslint`](https://typescript-eslint.io) in your project.
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: NLP Thesis API
|
| 3 |
+
emoji: 🚀
|
| 4 |
+
colorFrom: blue
|
| 5 |
+
colorTo: green
|
| 6 |
+
sdk: docker
|
| 7 |
+
pinned: false
|
| 8 |
+
app_port: 7860
|
| 9 |
+
license: mit
|
| 10 |
+
---
|
| 11 |
+
|
| 12 |
# React + Vite
|
| 13 |
|
| 14 |
This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
|
|
|
|
| 24 |
|
| 25 |
## Expanding the ESLint configuration
|
| 26 |
|
| 27 |
+
If you are developing a production application, we recommend using TypeScript with type-aware lint rules enabled. Check out the [TS template](https://github.com/vitejs/vite/tree/main/packages/create-vite/template-react-ts) for information on how to integrate TypeScript and [`typescript-eslint`](https://typescript-eslint.io) in your project.
|