Commit
·
9075474
1
Parent(s):
a276831
docs: Update README with project details and Hugging Face metadata
Browse files
README.md
CHANGED
@@ -1,37 +1,43 @@
|
|
1 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
|
3 |
## About
|
4 |
|
5 |
-
This Space showcases
|
6 |
|
7 |
## Features
|
8 |
|
9 |
-
-
|
10 |
-
-
|
11 |
-
-
|
|
|
12 |
|
13 |
## How to Use
|
14 |
|
15 |
-
|
16 |
-
2. [Second step to use the application]
|
17 |
-
3. [Third step to use the application]
|
18 |
|
19 |
## Technologies Used
|
20 |
|
21 |
-
-
|
22 |
-
-
|
23 |
-
-
|
|
|
|
|
|
|
24 |
|
25 |
## Development
|
26 |
|
27 |
-
This Space is automatically updated via GitHub Actions from the
|
28 |
|
29 |
## License
|
30 |
|
31 |
-
|
32 |
-
|
33 |
-
## Contact
|
34 |
-
|
35 |
-
[Contact information]
|
36 |
-
|
37 |
-
---
|
|
|
1 |
+
---
|
2 |
+
title: Sheer
|
3 |
+
emoji: 👀
|
4 |
+
colorFrom: indigo
|
5 |
+
colorTo: purple
|
6 |
+
sdk: docker
|
7 |
+
pinned: true
|
8 |
+
license: mit
|
9 |
+
---
|
10 |
+
|
11 |
+
# Sheer
|
12 |
|
13 |
## About
|
14 |
|
15 |
+
This Space showcases a modern React application built with Bun and Vite. It demonstrates the power of modern web technologies combined with seamless deployment.
|
16 |
|
17 |
## Features
|
18 |
|
19 |
+
- Fast and responsive UI built with React and Tailwind CSS
|
20 |
+
- Optimized build process using Bun and Vite
|
21 |
+
- Modern development experience with TypeScript
|
22 |
+
- Comprehensive UI component library
|
23 |
|
24 |
## How to Use
|
25 |
|
26 |
+
Simply explore the application in this Space! The app is statically hosted and ready to use.
|
|
|
|
|
27 |
|
28 |
## Technologies Used
|
29 |
|
30 |
+
- React 19
|
31 |
+
- Bun
|
32 |
+
- Vite
|
33 |
+
- TypeScript
|
34 |
+
- Tailwind CSS
|
35 |
+
- Radix UI Components
|
36 |
|
37 |
## Development
|
38 |
|
39 |
+
This Space is automatically updated via GitHub Actions from the repository. The main branch is directly pushed to this Space.
|
40 |
|
41 |
## License
|
42 |
|
43 |
+
See LICENSE file for details.
|
|
|
|
|
|
|
|
|
|
|
|