Compare commits
5 Commits
jon/upload
...
master
Author | SHA1 | Date |
---|---|---|
AJ ONeal | 9d57c66492 | |
AJ ONeal | 1503056c65 | |
AJ ONeal | df5819ee32 | |
AJ ONeal | 76d9d51e5a | |
AJ ONeal | e06188d9c2 |
|
@ -1,7 +1,7 @@
|
||||||
Daplie Web App
|
OAuth3 Web App
|
||||||
--------------
|
--------------
|
||||||
|
|
||||||
Prototype Daplie Web App.
|
Prototype OAuth3 Web App.
|
||||||
|
|
||||||
No build tools or fancy web server required.
|
No build tools or fancy web server required.
|
||||||
|
|
||||||
|
@ -9,7 +9,7 @@ Clone and load the HTML. That's all.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
npm install -g serve-https
|
npm install -g serve-https
|
||||||
git clone git@git.daplie.com:Daplie/walnut_launchpad.git
|
git clone git@git.coolaj86.com:coolaj86/walnut_launchpad.html.git
|
||||||
|
|
||||||
# install oauth3 to /assets/oauth3.org
|
# install oauth3 to /assets/oauth3.org
|
||||||
pushd walnut_launchpad
|
pushd walnut_launchpad
|
||||||
|
@ -18,4 +18,4 @@ bash ./install.sh
|
||||||
serve-https
|
serve-https
|
||||||
```
|
```
|
||||||
|
|
||||||
<https://localhost.daplie.me:8443>
|
<https://localhost.example.com:8443>
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
Subproject commit db284fbf911dc4f9d0cb99bb512d9663dcfd0ece
|
|
Loading…
Reference in New Issue