Here you’ll have a simple tutorial and how to install Teams but (actually) good.Documentation Index
Fetch the complete documentation index at: https://docs.teamsbutactuallygood.dev/llms.txt
Use this file to discover all available pages before exploring further.
Installing NodeJS is not mandatory, but recommended to avoid some potential issue down the line, bun can work without NodeJS, and bun is used for that project
Install NodeJs
Go to the NodeJS website, select your operating system and follow the steps on the website

Check if NodeJS works
Open your Terminal and run this command, it should return the nodejs version (need to be 22 or more)
Install bun
Teams but (actually) good uses bun, so you need to do the same :)Go to the bun website command the command for your operating system (should be the one already selected) and past it in your terminal

Install git
Now go to the git website, select your operating system and follow the step to install git, you don’t need to understand the install option, you can mostly just next all the time and git will be installed on your pc
Clone the repo
Now we can clone the repo, to do that go into a folder where you wanna store the project in your terminal, and then run this command
Open project
Now open the folder on your code editor, vscode is good enough for that
Install rust (optional if you only want to build the extension)
Go to the rust download page and follow the instruction on the website, rust is needed to build the Tauri app, if you don’t plan on using it, rust is therefore optional
Information
File structure, build commands and project overview
