# fork-ghostty-website **Repository Path**: mirrors_MadLittleMods/fork-ghostty-website ## Basic Information - **Project Name**: fork-ghostty-website - **Description**: Ghostty website. For the source to the Ghostty project, please see https://github.com/ghostty-org/ghostty - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-02-16 - **Last Updated**: 2026-07-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README
Ghostty Website
This repository contains the entire source for ghostty.org.
## Local Development The official development environment is defined by Nix. You do not need to use Nix to develop the website, but the Nix environment is the only supported development environment. To spin up a local server, you can simply run `make`. ```bash make ``` Open [http://localhost:3000](http://localhost:3000) with your browser to view the website. ## Contributing If you would like to contribute to the website, please read the [contributing guidelines](CONTRIBUTING.md).