From 1f6f070c183937fd295af028b594bc8367a2e4ee Mon Sep 17 00:00:00 2001 From: Unboring SL Date: Fri, 10 Jan 2020 12:10:02 +0100 Subject: [PATCH] Update README --- README.md | 17 ++++++++++++++++- dist/index.html | 2 +- package.json | 2 +- 3 files changed, 18 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ff5b5f4..ac5bfa7 100644 --- a/README.md +++ b/README.md @@ -1 +1,16 @@ -# relax-think \ No newline at end of file +# relax-plus-think-space + +An infinite space for your big ideas + +## Development + +Have Node (< v12, recommended v11) and npm installed. + +Change 192.168.0.12 to your local IP on package.json scripts/start + +``` +npm install +npm run start +``` + +Then head to `https://[YOUR LOCAL IP]:3000` in your browser. \ No newline at end of file diff --git a/dist/index.html b/dist/index.html index 0e094d4..bee6561 100644 --- a/dist/index.html +++ b/dist/index.html @@ -1,7 +1,7 @@ - Relax-Think + relax-plus-think-space diff --git a/package.json b/package.json index 91ec9ac..96cc1ab 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "relax-think", + "name": "relax-plus-think-space", "version": "0.0.1", "license": "CC-BY-NC-SA-4.0", "description": "An infinite space for your big ideas",