diff --git a/README.md b/README.md new file mode 100644 index 0000000..834d017 --- /dev/null +++ b/README.md @@ -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 +``` + +