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 install
Run the web:
pnpm run dev:web
Visit http://localhost:3000/
with your browser to see the result.