Skip to content

NASA-AMMOS/aerie-ui

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ae2302c · Dec 5, 2024
Aug 29, 2024
Sep 9, 2024
Aug 7, 2024
Nov 9, 2024
Nov 1, 2022
Dec 5, 2024
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
Nov 16, 2024
Nov 16, 2024
Aug 7, 2024
Feb 18, 2023
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.