# www-new **Repository Path**: mirrors_llvm/www-new ## Basic Information - **Project Name**: www-new - **Description**: Test repo for the new LLVM website - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-11-02 - **Last Updated**: 2026-04-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # www-new This is a Hugo-based website. Follow the instructions below to run this website locally. ## Prerequisites - [Hugo](https://gohugo.io/getting-started/installing/) (extended version recommended) ## Setup 1. Clone the repository: ```sh git clone https://github.com/llvm/www-new.git cd www-new ``` 2. Initialize and update the submodules (theme): ```sh git submodule update --init --recursive ``` 3. Install postcss-cli ```sh npm install postcss-cli ``` ## Running the Website Locally 1. Start the Hugo server: ```sh hugo server ``` 2. Open your browser and navigate to `http://localhost:1313` to view the website. ## Additional Commands - To build the website for production: ```sh hugo ```