Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 1023 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 1023 Bytes

AIMA-TestBench

Industrial application to control and monitor the test bench particle accelerator (Cyclotron) designed by AIMA Developpement

Uses AutoCopyright

GitHub Actions Workflow Status

Setup

To run the MiniCyc application, follow these steps:

  1. Clone this repository to your machine.
  2. Run the AIMA - TestBench.bat file

Contributing

If you would like to contribute to this project, please follow these guidelines:

  1. Fork the repository
  2. Create a new branch: git checkout -b my-feature
  3. Make your changes and commit them: git commit -am 'Add some feature' note that your commit message may start with a gitmoji
  4. Push the branch to your forked repository: git push origin my-feature
  5. Submit a pull request