Get started
Get started in 5 minutes
Welcome to Shipped, the NextJS boilerplate to launch your SaaS in days!
Shipped code is on GitHub, so start by forking the repo.
If you have purchased the Startup package go to this page and click on the Fork button:
If you have purchased the Startup + Chrome Extension package go to this page and click on the Fork button:
In the fork form, select the owner (your GitHub user), uncheck the option "Copy the main
branch only", and click on Create fork.
Now it's time to clone the forked repository.
Go to your forked repository on GitHub, click on the "Code" button, and select "Open with GitHub Desktop" for the easiest way to download the repository to your local computer.
Instead, if you're familiar with the git CLI, use the command git clone git@github.com:<your fork>
.
Finally open a terminal, go to the folder you cloned the repository into, and run:
Point your browser to that page, and see it in action! 🚀
Pretty exciting, right?!
Configuration
NodeJS Version
To correctly run Shipped, you need to use the version of NodeJS 20.10.0
To enforce it, the repository includes a .nvmrc
file.
To activate the correct NodeJS version, go to the Shipped folder and run
Common next steps:
Last updated
Was this helpful?