Skip to content

rAY-ooo/lynx-website

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

This Lynx-website is powered by Netlify.

About

Official Website of the Lynx Family

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 66.5%
  • SCSS 18.5%
  • Bikeshed 7.4%
  • Less 3.4%
  • JavaScript 2.3%
  • CSS 1.3%
  • Other 0.6%