From 98a1e655ca9a74b38ed7ccb379dc2b67f944a67b Mon Sep 17 00:00:00 2001 From: Haris Razis Date: Wed, 11 Nov 2020 10:40:25 +0200 Subject: [PATCH] =?UTF-8?q?=20=F0=9F=93=9C=20Update=20README.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 31 +++++++++++++++++++++++++++++-- 1 file changed, 29 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d67b101..0b5a3b8 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,34 @@ # Anchiale +## About + **Anchiale was the Titan goddess of the warming heat of fire.** ---- +Anchiale is an internet of things solution for temperature sampling with raspberry pi. It is designed around a scalable architecture, so it is capable of handling a big sample rate. + +## Installation + +**Run Locally** + +Clone the project: + + git clone git@github.com:xrazis/Anchiale-pi.git + +NPM install + + npm install --prefix ./client + npm install --prefix ./server + +## Development mode + +Running the server + + npm run dev prefix ./server + +Running the client + + npm run dev prefix ./client + +You can span as many clients as you want! -## +## Run in Docker