Skip to content
This repository has been archived by the owner on Nov 7, 2024. It is now read-only.

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.