Web-based Aurora ship design application written in F# using Fable. Love the game, but always wanted something a little easier on the eyes.
There's a good chance most of these calculations are off by a little or a lot. As of right now I don't even support maintenance calcs. I'm just doing this because F# is fun to write in.
The latest stable version of the website can be found at: https://my0n.github.io/AuroraBlueprints
First npm install
Dev mode: npx webpack-dev-server
will host on localhost:8080
.
Full build: npx webpack
will deploy to the deploy
folder.
Tests: npm run test