mirror of
https://github.com/cosinekitty/astronomy.git
synced 2026-08-03 03:26:31 -04:00
These security updates do not affect users of Astronomy Engine. They were flagged by Dependabot on GitHub to the steps I use for building the TypeScript/JavaScript versions of Astronomy Engine. The resulting code does not have any external dependencies that need to be maintained.
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.