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.
First, install the dependencies:
pnpm installThen, build the lynx-project:
pnpm run buildFinally, run the react-container:
pnpm run devVisit http://localhost:3000/ with your browser to see the result.