Skip to content

AaronPlave/aerie-ui

 
 

Repository files navigation

Language grade: JavaScript GitHub package.json version

aerie-ui

The client application for Aerie.

Example

Directory Structure

.
├── .github         # GitHub metadata
├── docs            # Documentation
├── e2e-tests       # End-to-end tests
├── scripts         # Helper build scripts
└── src             # The source code
    ├── 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.

About

The client application for Aerie.

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Svelte 55.3%
  • TypeScript 38.5%
  • CSS 5.4%
  • Other 0.8%