Files
astronomy/website
Don Cross a57f8fc98e Made minified JS browser code a little smaller.
Decreased the minified browser code from 94918 bytes to 94221 bytes.
Did this by using a more efficient encoding of the IAU2000B nutation model:
instead of making {nals:[_], cls:[_]} objects, make lists of lists [[_], [_]].
2021-05-09 15:33:16 -04:00
..
2021-02-07 23:32:19 -05:00
2021-02-07 23:32:19 -05:00
2021-02-07 23:32:19 -05:00
2021-02-07 23:32:19 -05:00
2021-02-07 23:32:19 -05:00

Website

This is the demo + documentation website for AstroEngine.

Development server

Run npm start for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

Build

Run npm run build to build the project. The build artifacts will be stored in the docs/ directory. Use the --prod flag for a production build.

Further help

To get more help on the Angular CLI use ng help or go check out the Angular CLI Overview and Command Reference page.