update sponsorship

This commit is contained in:
AJ ONeal 2018-04-30 09:15:00 -06:00
parent 7f082d728b
commit 359755901d
1 changed files with 4 additions and 17 deletions

View File

@ -1,20 +1,7 @@
<!-- BANNER_TPL_BEGIN -->
About Daplie: We're taking back the Internet!
--------------
Down with Google, Apple, and Facebook!
We're re-decentralizing the web and making it read-write again - one home cloud system at a time.
Tired of serving the Empire? Come join the Rebel Alliance:
<a href="mailto:jobs@daplie.com">jobs@daplie.com</a> | [Invest in Daplie on Wefunder](https://daplie.com/invest/) | [Pre-order Cloud](https://daplie.com/preorder/), The World's First Home Server for Everyone
<!-- BANNER_TPL_END -->
# le-store-SPEC
| Sponsored by [ppl](https://ppl.family) | [greenlock.js](https://git.coolaj86.com/coolaj86/greenlock.js) |
The reference implementation, specification, template, and tests for creating an le-store- strategy.
The reference implementation is completely in-memory.
@ -39,7 +26,7 @@ git clone git@github.com:AwesomeDB/le-store-awesome.git
pushd le-store-awesome
# IMPORTANT: we pull in the 'template' branch, which has the skeleton code
git pull https://github.com/Daplie/le-store-SPEC.git template
git pull https://git.coolaj86.com/coolaj86/le-store-SPEC.js.git template
git push
```
@ -47,7 +34,7 @@ git push
Or, if you already have some code and just need to merge in the tests:
```bash
git pull https://github.com/Daplie/le-store-SPEC.git tests
git pull https://git.coolaj86.com/coolaj86/le-store-SPEC.js.git tests
```
Next, Just run the tests