Install
Installing SvelteShip
Setting up SvelteShip and required dependencies
Create a new repo
Click on
use this template
button to create a new repo with the SvelteShip boilerplate.Clone the repo
Start local server
Install dependencies and run the template locally
WARNINGSvelteShip requires Node 18+, use
node -v
to see your version. To update npm to the latest version, usenpm install -g npm@latest
.
Your app should now be running on http://localhost:5173, or check your terminal for the port number.
NOTE
The current env file only has placeholders values, you will need to fill in the values for your app as you add integrations. (Supabase,Stripe,Mailgun). Tutorials are available for all features.