Skip to content

Latest commit

 

History

History
45 lines (29 loc) · 759 Bytes

README.md

File metadata and controls

45 lines (29 loc) · 759 Bytes

www-new

This is a Hugo-based website. Follow the instructions below to run this website locally.

Prerequisites

  • Hugo (extended version recommended)

Setup

  1. Clone the repository:

    git clone https://github.com/llvm/www-new.git
    cd www-new
  2. Initialize and update the submodules (theme):

    git submodule update --init --recursive
  3. Install postcss-cli

    npm install postcss-cli

Running the Website Locally

  1. Start the Hugo server:

    hugo server
  2. Open your browser and navigate to http://localhost:1313 to view the website.

Additional Commands

  • To build the website for production:

    hugo