Use the CLI
Run theshipthing init command to help you get started with ShipThing as quickly as possible. This is the way we recommend:
Terminal
Terminal
.env files. You can read more about environment variables here.
Git clone
Clone the repository using the following command:Terminal
If your SSH key isn’t set up, use HTTPS instead:
Terminal
Git remote
After cloning the repository, remove the original origin remote:Terminal
Terminal
Terminal
Commit and push
After making changes to your project, you can commit and push them to your repository:Terminal
Terminal
Check out the Git remote documentation for more information.