spee.ch first commit
This commit is contained in:
parent
9e924cbda0
commit
e0bdfeef44
2 changed files with 27 additions and 1 deletions
19
README.md
19
README.md
|
@ -1,2 +1,19 @@
|
|||
# spee.ch
|
||||
An image hosting service on top of the LBRY protocol.
|
||||
spee.ch will be a simple but powerful image hosting service on top of the LBRY protocol.
|
||||
|
||||
It will be **built in real-time at 6pm EST tonight (March 29th)**.
|
||||
|
||||
You can watch from [https://spee.ch](https://spee.ch)
|
||||
|
||||
### I want to follow along
|
||||
|
||||
If the below command runs successfully, you are fully prepared.
|
||||
|
||||
`php --server localhost:8000 --docroot / index.php`
|
||||
|
||||
If not, install PHP7 or later.
|
||||
|
||||
### I want to make fun of you for using PHP
|
||||
|
||||
You sound like the kind of person that ought to be in [our Slack](https://slack.lbry.io).
|
||||
|
||||
|
|
9
index.php
Normal file
9
index.php
Normal file
|
@ -0,0 +1,9 @@
|
|||
<html>
|
||||
<body>
|
||||
<h1>spee.ch</h1>
|
||||
<p>In just a few hours, this site will morph from this utterly bare 5 lines of HTML into a decentralized, censorship-resistant, truly free image sharing site powered by <a href="https://lbry.io">LBRY</a>.
|
||||
<p>You can watch it happen in real time, starting at 6pm EST tonight (March 29th):</p>
|
||||
<iframe width="560" height="315" src="https://www.youtube.com/embed/C9LCapt_OYw" frameborder="0" allowfullscreen></iframe>
|
||||
<p><a href="https://github.com/lbryio/spee.ch">GitHub repo</a></p>
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in a new issue