An Express app that provides data to UI.
The Albuquerque 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:
- If you choose to share or alter this project, you MUST give credit to the contributors of this project.
- You may NOT use any of this project for commercial purposes.
- 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/
The following people have contributed to this project. If you have contributed, but your name is not listed here, or if you are on this list and would like to be removed, please reach out to the ZAB web team (or open a PR).
- Daan Janssen
- Alexandra Robison
- Jeremy Werderman
- Evan Bradley
- Cole Connelly (@cdconn00)
- Giovanni Fatelli (@frafire)
- John Morgan (@XDerpingxGruntX)
Thank you to all contributors, past and present.
Prerequisites:
- Most recent LTS of Node.js (v16), with the corresponding version of npm.
- A basic understanding of Git (branches, merge requests).
If you wish to contribute, please do the following:
- Clone down the repository to your local machine.
- Run
npm install
- Run
node app.js
There are no DB seeds provided with this project. Reach out to the Web team for access.
In order to maintain consistent code, please adhere to the following guidelines:
- The
master
branch is protected, therefore you should always be working in a branch. Please name the branchOI-feature_name
whereOI
is your operating initials andfeature_name
is a brief description of the feature (II-feedback_form
orDJ-admin_stats_page
). Please make sure to follow the capitalization standards. - When you have completed your updates, push them to your branch, and then open a merge request to
master
in GitHub. - Please follow the style guide for how to format your code.
- We recommend you use VSCode with at least the ESLint plugin installed and configured to auto-fix on save. ESLint can take care of a lot of little mistakes automatically.
We are in the process of making changes to our contribution and CI/CD processes -- check back soon for more info.