This repository contains Tuist's static website
- Clone the repository:
git clone https://github.com/tuist/website.git
- Install Mise dependencies:
mise install
- Install project dependencies:
mise run install
- Serve the project:
mise run dev
The website is continuously deployed through a continuous integration pipeline.