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 the RedwoodSDK welcome page in your browser.