TeraLang website Build instructions Clone the repository. git clone https://github.com/tera-language/www.git teralang-www cd teralang-www Install dependencies with Bun and start the development server. bun install bun run dev Build the site. bun run build