Skip to content

Latest commit

 

History

History
58 lines (41 loc) · 2.51 KB

File metadata and controls

58 lines (41 loc) · 2.51 KB

GitHub package.json version

plandev-ui

The client application for PlanDev.

Aerie -> PlanDev Rebrand

This product was formerly known as Aerie and is now named PlanDev. While we've updated most documentation and external references, some legacy mentions of the old product name may remain as we complete the transition.

What to know:

  • The planning product, including modeling, simulation, scheduling and constraint-checking, is now named PlanDev
  • The sequencing product, including the sequence editor, workspaces, and actions, is now named SeqDev
  • All features and functionality remain the same
  • Currently, package names and other internal code references will retain their existing names, and deployment/migration procedures have not changed
  • In a future release, our package names may change. If so, this will be communicated to users via release notes and normal communication channels

For the latest documentation, visit: PlanDev Documentation

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.