Skip to content

Setup workspace

Requirements

Install mise CLI

mise is a polyglot tool version manager, it replaces tools like asdf, nvm, pyenv, task or direnv.

Follow the official guide for installation.

Clone the project

git clone https://codeberg.org/tocproject/toc
cd toc

Trust the mise configuration

mise trust

Get all dependencies

mise install
mise run prepare

Ready to go

mise tasks

Important

You are ready to contribute to the project.