Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
krasi-georgiev authored Dec 13, 2023
1 parent 62419a8 commit 2a279a1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -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 ../```
Expand All @@ -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```
To build frontend for production run ```cd public && npm install && npm run build```

0 comments on commit 2a279a1

Please sign in to comment.