mirror of
https://github.com/schollz/hostyoself.git
synced 2026-01-22 18:06:16 +00:00
update readme
This commit is contained in:
parent
1be8043579
commit
5f2521285a
2 changed files with 4 additions and 9 deletions
2
.gitattributes
vendored
Normal file
2
.gitattributes
vendored
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
static/* linguist-vendored
|
||||
templates/* linguist-vendored
|
||||
11
README.md
11
README.md
|
|
@ -57,26 +57,19 @@ Just *kidding*! You don't need any of that crap. Just goto [hostyoself.com](http
|
|||
|
||||
**Does this use AI or blockchain?** Sure, why not.
|
||||
|
||||
**What inspired this?** [websocketd](https://github.com/joewalnes/websocketd) which shows the magic of websockets and [beaker browser](https://beakerbrowser.com/) which shows the magic of browser hosting.
|
||||
**What inspired this?** [beaker browser](https://beakerbrowser.com/), [ngrok](https://ngrok.com/), [localhost.run](http://localhost.run/), [inlets.dev](https://github.com/alexellis/inlets), Parks and Recreation.
|
||||
|
||||
**What's the point of this?** You can host a website! You can share a file! Anything you want, directly from your browser!
|
||||
|
||||
## Develop
|
||||
|
||||
To install from source:
|
||||
|
||||
```
|
||||
$ git clone https://github.com/schollz/hostyoself
|
||||
$ cd offlinenotepad
|
||||
$ cd hostyoself
|
||||
$ go generate -v -x
|
||||
$ go build -v
|
||||
```
|
||||
|
||||
|
||||
## Inspiration
|
||||
|
||||
[ngrok](https://ngrok.com/), [localhost.run](http://localhost.run/), [inlets.dev](https://github.com/alexellis/inlets), Parks and Recreation.
|
||||
|
||||
## License
|
||||
|
||||
MIT
|
||||
Loading…
Add table
Add a link
Reference in a new issue