Skip to content

lynx-family/lynx-website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Lynx Website

This repo contains the website and documentation for Lynx.

Getting Started

Prerequisites

  • Node.js >= 18
  • pnpm (corepack enable is recommended)

Install dependencies:

pnpm install

Local Development

Start the dev server

pnpm run dev

Open http://localhost:3000/.

Production Build

pnpm run build

To preview the production build locally:

pnpm run preview

Overview

Directory Structure

/
├── docs/
│ ├── public/ ## Static resources
│ ├── en/ ## English docs
│ └── zh/ ## Chinese docs
└── packages/
└── lynx-compat-data/ ## Lynx compatibility data
└── lynx-living-spec/ ## Lynx living specification
└── lynx-example-packages/ ## Lynx example packages

Credits

lynx-website uses the following third-party libraries and more. Thanks to all the contributors of these libraries:

Name Description
Rspress A fast Rsbuild-based static site generator.
React A JavaScript library for building user interfaces.
Radix UI Components, icons, colors, and templates for building high-quality, accessible UI.
Semi UI A modern, comprehensive, flexible design system and React UI library.
Tailwind CSS A utility-first CSS framework.