The code for ZDV's IDS System.
The Denver ARTCC IDS is hereby released under the Creative Commons CC BY-NC-SA 4.0 license.
- 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 email [email protected].
Raaj Patel Simon Lovely
Thank you to all contributors, past and present.
Prerequisites:
- Most recent LTS of Node.js (v14), 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
npm start