|
||
---|---|---|
public | ||
src | ||
.gitignore | ||
README.md | ||
index.js | ||
package.json | ||
postcss.config.js | ||
satellite-data-monitor-platform.html | ||
satellite-info-monitor-platform.html | ||
satellite-signal-monitor-platform.html | ||
satellite-state-monitor-platform.html | ||
tailwind.config.js | ||
tsconfig.electron.json | ||
tsconfig.json | ||
vite.config.ts | ||
yarn.lock |
README.md
How to use
clone the repo via git and install dependencies:
git clone https://github.com/651778286/gnss-tool-kit.git
cd gnss-tool-kit
yarn
Starting Development
Start the app in the dev
environment:
yarn dev
yarn electron:dev
Packaging for Production
To package apps for the local platform:
yarn electron:build