Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 406 Bytes

File metadata and controls

22 lines (14 loc) · 406 Bytes

pnpm workspace project

This is a pnpm workspace project, consisting of two packages:

  • core: a ReactLynx project bootstrapped with create-rspeedy.
  • web: a React project bootstrapped with create-rsbuild.

Getting Started

First, install the dependencies:

pnpm install

Run the web:

pnpm run dev:web

Visit http://localhost:3000/ with your browser to see the result.