Updated Readme.md
Browse files
README.md
CHANGED
|
@@ -1,11 +1,39 @@
|
|
| 1 |
---
|
| 2 |
title: Freehost
|
| 3 |
emoji: 👀
|
| 4 |
-
colorFrom:
|
| 5 |
-
colorTo:
|
| 6 |
sdk: docker
|
| 7 |
pinned: false
|
| 8 |
license: mit
|
| 9 |
---
|
| 10 |
|
| 11 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
title: Freehost
|
| 3 |
emoji: 👀
|
| 4 |
+
colorFrom: blue
|
| 5 |
+
colorTo: purple
|
| 6 |
sdk: docker
|
| 7 |
pinned: false
|
| 8 |
license: mit
|
| 9 |
---
|
| 10 |
|
| 11 |
+
|
| 12 |
+

|
| 13 |
+
|
| 14 |
+
|
| 15 |
+
#
|
| 16 |
+
|
| 17 |
+
A tool to host your own webpages for free using Huggingface's docker spaces
|
| 18 |
+
|
| 19 |
+
|
| 20 |
+
|
| 21 |
+
|
| 22 |
+
[](https://choosealicense.com/licenses/mit/)
|
| 23 |
+
|
| 24 |
+
|
| 25 |
+
## Usage
|
| 26 |
+
|
| 27 |
+
1. First clone the freehost docker space found [here](https://huggingface.co/spaces/Sankie005/Freehost/tree/main)
|
| 28 |
+
|
| 29 |
+
2. Change the files inside app->html be sure to name your main landing page "index.html"
|
| 30 |
+
|
| 31 |
+
3. Run the dockerspace and watch your project run at "https://*huggingfaceusername*-*repositoryname*.hf.space"
|
| 32 |
+
Eg: This Space will run at:
|
| 33 |
+
https://sankie005-freehost.hf.space/
|
| 34 |
+
|
| 35 |
+
|
| 36 |
+
|
| 37 |
+
## Authors
|
| 38 |
+
|
| 39 |
+
- [Sankritya Anand Rai](https://www.github.com/sankie005)
|