A tool for calibrate the JUNO project's ABC card.
This is instructions on setting up this project locally. To get a local copy up and running follow these simple example steps.
Install at least deno v1.10
- check for updates
deno upgrade
For local use get:
- sass
- esbuild
- Velociraptor
deno install -qA -n vr https://deno.land/x/velociraptor@1.0.0-beta.18/cli.ts
- Clone the repo
git clone https://github.com/JOTSR/ALE.git
-
vr run dev
Follow the conventinal commits specification, for more details check Workflow Gitflow
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/YourFeature
) - Commit your Changes (
git commit -m 'Add some YourFeature'
) - Push to the Branch (
git push origin feature/YourFeature
) - Open a Pull Request