Skip to content

Yradex/lynx-website

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 64.7%
  • SCSS 19.8%
  • Bikeshed 7.9%
  • Less 3.6%
  • JavaScript 2.0%
  • CSS 1.4%
  • Other 0.6%