Skip to content

NASA-AMMOS/aerie-ui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

8792c1e · Jan 29, 2025
Aug 29, 2024
Jan 29, 2025
Aug 7, 2024
Jan 18, 2025
Nov 1, 2022
Jan 29, 2025
May 17, 2023
Jun 11, 2021
Jul 19, 2024
Nov 9, 2023
Jul 19, 2024
Jul 8, 2022
Mar 26, 2024
Oct 22, 2024
Mar 26, 2024
Aug 4, 2022
Apr 26, 2023
Jan 10, 2022
Mar 2, 2022
Nov 29, 2021
Dec 21, 2023
Jul 27, 2022
Aug 29, 2024
Jan 29, 2025
Jan 29, 2025
Aug 7, 2024
Jan 29, 2025
Feb 18, 2023
Jan 29, 2025
Mar 26, 2024
May 17, 2024
May 17, 2023

Repository files navigation

GitHub package.json version

aerie-ui

The client application for Aerie.

Example

Need Help?

Directory Structure

.
├── .github         # GitHub metadata
├── .vscode         # VS Code settings
├── docs            # Documentation
├── e2e-tests       # End-to-end tests
├── scripts         # Helper build scripts
└── src             # The source code
    ├── assets      # Additional assets
    ├── components  # Svelte components
    ├── css         # Style sheets
    ├── routes      # Svelte Kit route components
    ├── stores      # Svelte stores
    ├── types       # Global TypeScript types
    └── utilities   # Functions and constant values
└── static          # Statically served files

Want to help?

Want to file a bug, contribute some code, or improve documentation? Excellent! Read up on our guidelines for contributing. If you are a developer you can get started quickly by reading the developer documentation.

License

The scripts and documentation in this project are released under the MIT License.