s-celles / wnb

Weight and balance progressive web application for light aircrafts (SEP, gliders...)
GNU General Public License v3.0
2 stars 0 forks source link

Build Status

Weight and balance (wnb)

Calculate weight and balance of aircraft

This is currently a work in progress...

It's not usable.

Just a sample project to try JS with Quasar Framework, unit tests with Jest, ...

Please use data at your own risk.

The use of an application does not prevent the need to know how to do the calculation by yourself.

example

Install the dependencies

yarn

Start the app in development mode (hot-code reloading, error reporting, etc.)

quasar dev

or

npx quasar dev

Lint the files

yarn run lint

Build the app for production

npx quasar build

Customize the configuration

See Configuring quasar.conf.js.

Run unit tests

$ yarn run test

or

$ yarn test