Clone the repo
git clone https://github.com/devagrawal09/solid-suspense-demo-v2
npm installClone and build the signals package
cd lib
git clone https://github.com/solidjs/signals.git
cd signals
npm install
npm run build
cd ../..Run the build and http server concurrently
npm run dev
npx serve
Visit localhost:3000.