vzauartcc / ui

vZAU UI
2 stars 2 forks source link

Chicago ARTCC 2022 - UI

A Vue SPA for the Chicago ARTCC Website, forked from the Albuquerque ARTCC project. This communicates with the ZAU API in order to deliver content to users.

Import to Doppler

License

The Chicago ARTCC website is hereby released under the Creative Commons CC BY-NC-SA 4.0 license. Please ensure you are familiar with the license before contributing to this project. A couple of key takeaways:

  1. If you choose to share or alter this project, you MUST give credit to the contributors of this project.
  2. You may NOT use any of this project for commercial purposes.
  3. If you create a derivitive of this project, that project MUST be released under the same license.

https://creativecommons.org/licenses/by-nc-sa/4.0/

Note: The original authors of this codebase are members of the Albuquerque ARTCC listed below:

Contributors

If you would like to contribute to this repository, please contact wm@zauartcc.org

Thank you to all contributors, past and present.

Contributing

Prerequisites:

If you wish to contribute, please do the following:

  1. Clone down the repository to your local machine.
  2. Run npm install
  3. Run `npm run dev

This will compile all of the Vue JS, and start a hot-reloading live server with Vite. Visit http://localhost:8080 to view the app.

Contributing Guidelines and Style

In order to maintain consistent code, please adhere to the following guidelines: