From deae3535bc473a706f4d89ac87cd3d3239d93cde Mon Sep 17 00:00:00 2001 From: Manuel Stahl Date: Tue, 12 Mar 2019 08:48:58 +0100 Subject: [PATCH] Add minimal README.md Change-Id: I32c90c8f195a7bac975d96b069a84213721db382 --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7e59600..faeea62 100644 --- a/README.md +++ b/README.md @@ -1 +1,7 @@ -# README +# Synapse admin ui + +This project is built using [Rekit Studio](https://rekit.js.org/). + +Use `npm install` after cloning this repo. + +Use `npm start` to launch the IDE.