Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 436 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 436 Bytes

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.