2017-08-08 21:09:49 +00:00
|
|
|
Daplie Web App
|
|
|
|
--------------
|
|
|
|
|
|
|
|
Prototype Daplie Web App.
|
|
|
|
|
|
|
|
No build tools or fancy web server required.
|
|
|
|
|
|
|
|
Clone and load the HTML. That's all.
|
|
|
|
|
|
|
|
```bash
|
|
|
|
npm install -g serve-https
|
|
|
|
git clone git@git.daplie.com:Daplie/walnut_launchpad.git
|
|
|
|
|
2017-10-03 21:48:18 +00:00
|
|
|
# install oauth3 to /assets/oauth3.org
|
|
|
|
pushd walnut_launchpad
|
|
|
|
bash ./install.sh
|
|
|
|
|
2017-08-08 21:09:49 +00:00
|
|
|
serve-https
|
|
|
|
```
|
|
|
|
|
|
|
|
<https://localhost.daplie.me:8443>
|