update sponsorship
This commit is contained in:
parent
7f082d728b
commit
359755901d
21
README.md
21
README.md
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue