This is the starter project for RedwoodSDK. It's a template designed to get you up and running as quickly as possible.
Create your new project:
npx create-rwsdk my-project-name
cd my-project-name
npm installnpm run devPoint your browser to the URL displayed in the terminal (e.g. http://localhost:5173/). You should see a "Hello World" message in your browser.