Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

pnpm workspace project

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

  • lynx-project: a ReactLynx project bootstrapped with create-rspeedy.
  • react-container: a React project bootstrapped with create-rsbuild.

Getting Started

First, install the dependencies:

pnpm install

Then, build the lynx-project:

pnpm run build

Finally, run the react-container:

pnpm run dev

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