This app is designed specifically for Amazon's FC warehouses and is meant to reduce the manual work of finding a container or an item or anything that has a code.
- Clone this repository -
git clone https://github.com/LWJerri/FindID.git
. - Install dependencies -
pnpm i
(or use your prefer package manager).
- Run
pnpm vite:dev
to run app in dev mode, now you can do what you want and immediately see result. - Run
pnpm vite:build && pnpm vite:preview
to run app in preview mode aka. production variant.
- Prepare Tauri if you plane use app as app window.
- Run
pnpm tauri:dev
to run app in dev mode. Tauri executepnpm vite:dev
command before create app window.
- Carefully read this part of Tauri docs.
- Generate private and public keys -
pnpm tauri signer generate
. - Set your public key in src-tauri/tauri.conf.json.
- Run
pnpm tauri:build
command to build.exe
file.
- Generate GitHub classic token with
repo
permissions. - Values for
TAURI_KEY_PASSWORD
&TAURI_PRIVATE_KEY
keys you can get if runpnpm tauri signer generate
command.
For more info see .github/workflows/main.yaml file.
This project opened for contribution and any suggestions! You can create a new Issue
or make an Pull request
with your code changes.
This code has MIT license. See the LICENSE
file for getting more information.