Skip to content

pronetadvisors/muxcontroller-frontend

Repository files navigation

NOC4 Mux Controller 2022 - UI

A Vue SPA for the NOC4 Website. This communicates with the NOC4 API in order to deliver content to users.

License

The NOC4 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/

Contributors

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

Thank you to all contributors, past and present.

Contributing

Prerequisites:

  • Most recent LTS of Node.js (v16), with the corresponding version of npm.
  • Have the NOC4 API running locally at http://localhost:3000.
  • A basic understanding of Git (branches, merge requests).

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:

  • The master branch is protected, therefore you should always be working in a branch. Please name the branch IT-feature_name where IT is your initials and feature_name is a brief description of the feature (RP-login_form or RP-mux_stream_controller). 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 GitLab.
  • Please follow the styleguide 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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages