added read me
This commit is contained in:
parent
84db0f96b1
commit
0061d38152
|
@ -0,0 +1,18 @@
|
||||||
|
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
|
||||||
|
|
||||||
|
pushd landing-page
|
||||||
|
serve-https
|
||||||
|
```
|
||||||
|
|
||||||
|
<https://localhost.daplie.me:8443>
|
Loading…
Reference in New Issue