This is the basic project setup for SwiftHeroes 2024 workshop
We'll add more data to this as we proceed with the workshop :)
To install mise, you can run this three commands:
curl https://mise.jdx.dev/install.sh | sh
echo 'eval "$(~/.local/bin/mise activate bash)"' >> ~/.bashrc
echo 'eval "$(~/.local/bin/mise activate zsh)"' >> ~/.zshrc
and then restart the terminal.
From this project folder, just run
mise install
and wait for it <3
# Installing project dependencies
tuist install
# Generating the project
tuist generate
# Create and open the project graph
tuist graph