/atmoCalc

Primary LanguageTypeScript

atmoCalc

A web-based version of OhioBob's atmosphere config generator for Kerbal Space Program (KSP Forum Link). All credit for the idea and math goes to him, I just converted it from an Excel file.

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Type-Check, Compile and Minify for Production

npm run build

Lint with ESLint

npm run lint