Skip to content

Conversation

@thomasbuilds
Copy link

  • Added new icons to enhance visual appeal and clarity
  • Included a "Quick Start" section
  • Refined formatting and styling

@netlify
Copy link

netlify bot commented Aug 20, 2025

Deploy Preview for solidbase ready!

Name Link
🔨 Latest commit d141e0b
🔍 Latest deploy log https://app.netlify.com/projects/solidbase/deploys/68e8f6f80f4b310008ecded1
😎 Deploy Preview https://deploy-preview-109--solidbase.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@thomasbuilds
Copy link
Author

thomasbuilds commented Aug 28, 2025

@jer3m01 In the quickstart section on solidbase.dev, the commands for npm and bun need corrections

  • For npm, the command npm create solid@latest -s -t with-solidbase is incorrect. It requires a double dash (--) before the options to work properly.
  • For bun, the command bun create solid@latest -s -t with-solidbase is incorrect. It needs double dashes (--) for the parameters.

-> for deno too since it relies on npm

Corrected commands:

npm create solid@latest -- -s -t with-solidbase
bun create solid@latest --s --t with-solidbase

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant