From 2a279a1f0a569ef4f7ffc1c626c469b3fce519e8 Mon Sep 17 00:00:00 2001 From: Krasimir Georgiev <8903888+krasi-georgiev@users.noreply.github.com> Date: Wed, 13 Dec 2023 17:22:16 +0200 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 7c6ce97..dad2fa9 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # smartparks-connect-web -Web application for connecting to Smart Parks OpenCollar sensors. +Web application for remotely managing Smart Parks OpenCollar sensors through Chirpstack and Rockblock. ## QuickStart 1. Compile front-end project: ```cd public && npm install && npm run build && cd ../``` @@ -8,10 +8,10 @@ Web application for connecting to Smart Parks OpenCollar sensors. ## Development ### Backend -To start development server for backend you need to run ```go run main.go``` +To start a development server for the backend you need to run ```go run main.go``` ### Frontend -To work on frontend the best way is to run development version of frontend. +To work on the front end the best way is to run the development version of the front end. ```cd public && npm run dev```. Frontend will be running on http://localhost:5173/ -To build frontend for production run ```cd public && npm install && npm run build``` \ No newline at end of file +To build frontend for production run ```cd public && npm install && npm run build```