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.
First, install the dependencies:
pnpm installRun the web:
pnpm run dev:webVisit http://localhost:3000/ with your browser to see the result.