GitHub

This is the work in progress Shoot web app. Please see the readme of Shoot for further details regarding the project.

Installation

To use the app in your browser, go to https://shoot.pub

Otherwise, you can download the app here for Linux and Android.

Getting started

git clone https://github.com/MaddyUnderStars/shoot-client.git
cd shoot-client
npm i
npm run dev

Env vars

  • VITE_DEFAULT_INSTANCE - sets the default instance on the registration and login pages
  • BASE_PATH - sets the base URL of the SPA
  • VITE_LOCK_INSTANCE - prevents users from setting their own instance in login/registration
  • VITE_USE_HASH_ROUTER - use a hash-based router instead of path-based for environments like github pages
  • VITE_IS_MOBILE_TAURI - whether to enable specific Tauri mobile features

Screenshots

2025-09-11 21:15:32 2025-09-11 21:15:48 2025-09-11 21:15:56

Screenshot_20250911-212433 Screenshot_20250911-212427 Screenshot_20250911-212344

Read the original on github.com ↗