Weight and balance calculator, developped for Aeroklubben i Göteborg.
- Svelte 79.7%
- TypeScript 13.1%
- CSS 6%
- JavaScript 0.9%
- HTML 0.3%
| .vscode | ||
| src | ||
| static | ||
| .gitignore | ||
| .npmrc | ||
| components.json | ||
| package.json | ||
| pnpm-lock.yaml | ||
| pnpm-workspace.yaml | ||
| README.md | ||
| svelte.config.js | ||
| tsconfig.json | ||
| vite.config.ts | ||
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.