From a5370759a931b1072ffbc7d9e6207a0a064574e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Enrico=20B=C3=BChler?= Date: Thu, 11 Nov 2021 23:17:29 +0100 Subject: [PATCH] - update readme --- README.md | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d19f703..2248602 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,12 @@ -# unom-tools -A collection of tools for client and server applications. +unom Logo + +# unom - Style + +A collection of styling tools and assets for client applications. + +## Get started + +1. Clone the repository to your local machine +2. Run `yarn install` or `npm install` +3. To start development use `yarn start` or `npm start` +4. For building a production build use `yarn build` or `npm build` \ No newline at end of file