From 0061d38152617e299448edb245529cdede8f0c38 Mon Sep 17 00:00:00 2001 From: Jon Lambson Date: Tue, 8 Aug 2017 15:09:49 -0600 Subject: [PATCH] added read me --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 README.md 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 +``` + +