Weight and balance calculator, developped for Aeroklubben i Göteborg.
  • Svelte 82.4%
  • TypeScript 11.4%
  • CSS 5.2%
  • JavaScript 0.8%
  • HTML 0.2%
Find a file
2026-06-01 16:52:59 +02:00
.vscode first commit, sorta working 2026-03-25 01:02:28 +01:00
src makes form navigation more user-friendly on mobile 2026-06-01 16:52:59 +02:00
static use inline bundling strategy to be able to launch HTML directly in the browser without a web server 2026-03-30 16:00:44 +02:00
.gitignore first commit, sorta working 2026-03-25 01:02:28 +01:00
.npmrc first commit, sorta working 2026-03-25 01:02:28 +01:00
components.json first commit, sorta working 2026-03-25 01:02:28 +01:00
package.json makes form navigation more user-friendly on mobile 2026-06-01 16:52:59 +02:00
pnpm-lock.yaml Using static site generation 2026-03-25 01:08:07 +01:00
pnpm-workspace.yaml first commit, sorta working 2026-03-25 01:02:28 +01:00
README.md better navigation with arrow keys & input number sanitization 2026-06-01 00:16:43 +02:00
svelte.config.js use inline bundling strategy to be able to launch HTML directly in the browser without a web server 2026-03-30 16:00:44 +02:00
tsconfig.json first commit, sorta working 2026-03-25 01:02:28 +01:00
vite.config.ts first commit, sorta working 2026-03-25 01:02:28 +01:00

akg-weight-and-balance

Weight and balance calculator, developped for Aeroklubben i Göteborg.

Easily configurable for your own fleet in src/lib/aeroplanes.ts (and src/lib/aeroplanes/*).

Running

See a live version at https://aeroklubben.hostux.fr/wab/.

For local use, downloading the latest build (from the Releases tab) and run start_wab_on_windows.bat.

Developing

Once you've created a project and installed dependencies with pnpm install, start a development server:

pnpm run dev --host

Building

To create a production version of your app:

npm run build

You can preview the production build with npm run preview.

To deploy your app, you may need to install an adapter for your target environment.