Skip to content

Repository files navigation

xLLM Website

English | 中文

This repository contains the frontend code for the xLLM website.

It is based on the AstroWind template and has been trimmed down into a focused site for presenting xLLM. The repository is mainly used to:

  • maintain the xLLM website homepage and visual style
  • manage navigation, SEO settings, copywriting, and static assets
  • support local development, preview, and production builds

Tech Stack

Development

Install npm on macOS:

# install Homebrew
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

# install Node.js and npm
brew install node

# verify npm is installed
node -v
npm -v

Develop website:

git clone https://github.com/xLLM-AI/website.git
cd website

# install dependencies
npm install

# start development server
npm run dev

Default local address:

http://localhost:4321

Developing in VS Code / Cursor

This is an Astro project. In VS Code or Cursor, you should install the Astro extension for proper .astro syntax highlighting, diagnostics, and editor support.

Recommended extension:

If you use Cursor, this extension is still recommended.

About

This is the website repository for xLLM.

Resources

Stars

Watchers

Forks

Contributors

Languages