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",