Install the developments tools and dependencies to get started.
asdf is a tool version manager. All dependencies used for local development of this repo are
managed through asdf. To install asdf:
- Install asdf
- Follow the instructions to ensure
asdfis shimmed into your terminal or development environment
task is an alternative to make and is used to provide commands for everyday
development tasks. To install task:
- Add the asdf task plugin:
asdf plugin add task - Install
taskwithasdf install task - Run
task -lto see available commands
Now that you have asdf and task installed, you can install the dependencies for this repo:
task install:toolstask lint