Weight and balance calculator, developped for Aeroklubben i Göteborg.
  • Svelte 79.7%
  • TypeScript 13.1%
  • CSS 6%
  • JavaScript 0.9%
  • HTML 0.3%
Find a file
2026-03-30 16:00:44 +02:00
.vscode first commit, sorta working 2026-03-25 01:02:28 +01:00
src 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
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 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
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 add script to launch on windows and updated README 2026-03-25 11:05:17 +01: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:

npm 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.