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
asdf
is 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
task
withasdf install task
- Run
task -l
to see available commands
Now that you have asdf
and task
installed, you can install the dependencies for this repo:
task install:tools
task lint