This repo contains the website and documentation for Lynx.
Node.js >= 18pnpm(corepack enableis recommended)
Install dependencies:
pnpm installStart the dev server
pnpm run devOpen http://localhost:3000/.
pnpm run buildTo preview the production build locally:
pnpm run preview/
├── 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 packageslynx-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. |
This Lynx-website is powered by Netlify.