Skip to content

Latest commit

 

History

History
64 lines (49 loc) · 1.58 KB

README.md

File metadata and controls

64 lines (49 loc) · 1.58 KB

Logo

ALE: ABC Licence Étalonnage

A tool for calibrate the JUNO project's ABC card.

Getting Started

This is instructions on setting up this project locally. To get a local copy up and running follow these simple example steps.

Prerequisites

Install at least deno v1.10

  • check for updates
    deno upgrade

For local use get:

Installation

  1. Clone the repo
    git clone https://github.com/JOTSR/ALE.git
  2. vr run dev

Contributing

Follow the conventinal commits specification, for more details check Workflow Gitflow

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/YourFeature)
  3. Commit your Changes (git commit -m 'Add some YourFeature')
  4. Push to the Branch (git push origin feature/YourFeature)
  5. Open a Pull Request