23 lines
375 B
Markdown
23 lines
375 B
Markdown
## How to use
|
|
clone the repo via git and install dependencies:
|
|
```shell
|
|
git clone https://github.com/651778286/gnss-tool-kit.git
|
|
cd gnss-tool-kit
|
|
yarn
|
|
```
|
|
|
|
## Starting Development
|
|
Start the app in the `dev` environment:
|
|
```shell
|
|
yarn dev
|
|
```
|
|
|
|
```shell
|
|
yarn electron:dev
|
|
```
|
|
## Packaging for Production
|
|
To package apps for the local platform:
|
|
```shell
|
|
yarn electron:build
|
|
```
|