Skip to content

tuist/website

Repository files navigation

Website

This repository contains Tuist's static website

Development

  1. Clone the repository: git clone https://github.com/tuist/website.git
  2. Install Mise dependencies: mise install
  3. Install project dependencies: mise run install
  4. Serve the project: mise run dev

Deployment

The website is continuously deployed through a continuous integration pipeline.