Sankie005 commited on
Commit
42208de
β€’
1 Parent(s): fced96c

Updated Readme.md

Browse files
Files changed (1) hide show
  1. README.md +31 -3
README.md CHANGED
@@ -1,11 +1,39 @@
1
  ---
2
  title: Freehost
3
  emoji: πŸ‘€
4
- colorFrom: yellow
5
- colorTo: blue
6
  sdk: docker
7
  pinned: false
8
  license: mit
9
  ---
10
 
11
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ ![Logo](https://huggingface.co/spaces/Sankie005/Freehost/resolve/main/Freehost.png)
13
+
14
+
15
+ #
16
+
17
+ A tool to host your own webpages for free using Huggingface's docker spaces
18
+
19
+
20
+
21
+
22
+ [![MIT License](https://img.shields.io/badge/License-MIT-green.svg)](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)