WIP: Come back later for a good readme
This project expects a linux development environment with the following dependencies:
This project uses deno, so you'll need to install that first. You can find instructions for that here.
Additionally, the API is designed in JSON type definitions (RFC 8927) and uses the jtd-codegen tool to generate typescript types from the definitions.
To install the jtd-codegen tool, check the Github Repo for installation instructions.
The project has a few utility scripts that are used within the repo, so you'll need to build those, this can be done with the following command:
cd utils
./build.sh