This starter gives you a bare-bones RedwoodSDK project.
Create your new project:
npx create-rwsdk my-project-name
cd my-project-name
pnpm install
pnpm dev
Point your browser to the URL displayed in the terminal (e.g. http://localhost:5173/
). You should see a "Hello World" message in your browser.