Brad Warren
992a28af57
add README
2025-11-05 10:53:41 -08:00
Brad Warren
ef006d83a6
write plumbing to & from CLI installer
2025-11-05 10:53:41 -08:00
Brad Warren
bc9022530a
cargo add anyhow --package installer-gui
2025-11-05 10:53:41 -08:00
Brad Warren
af2445cc38
remove frontend boilerplate
2025-11-05 10:53:41 -08:00
Brad Warren
e33f143830
add rayhunter banner
2025-11-05 10:53:41 -08:00
Brad Warren
f5360b042c
set up tailwindcss
2025-11-05 10:53:41 -08:00
Brad Warren
a16fb9b678
set up eslint
2025-11-05 10:53:41 -08:00
Brad Warren
3349895a3e
set up prettier
2025-11-05 10:53:41 -08:00
Brad Warren
30b517069a
bundle cli-installer
2025-11-05 10:53:41 -08:00
Brad Warren
4efc2d5db3
npm run tauri add shell
2025-11-05 10:53:41 -08:00
Brad Warren
5e066682b3
run npm run tauri icon & exclude mobile icons
2025-11-05 10:53:41 -08:00
Brad Warren
e8e9f9366c
clean up tauri boilerplate
2025-11-05 10:53:41 -08:00
Brad Warren
fa346989e6
run npm install
...
we need to track package-lock.json to keep the tauri JS packages in sync
with tauri's rust packages in cargo.lock
2025-11-05 10:53:41 -08:00
Brad Warren
d942545ac3
run create-tauri-app
...
command was: sh <(curl https://create.tauri.app/sh )
the chosen options were:
Project name · installer-gui
Identifier · com.rayhunter-installer.app
Choose which language to use for your frontend · TypeScript / JavaScript - (pnpm, yarn, npm, deno, bun)
Choose your package manager · npm
Choose your UI template · Svelte - (https://svelte.dev/ )
Choose your UI flavor · TypeScript
2025-11-05 10:53:41 -08:00