How the main application works in ShipThing.
app
application runs on port 3000. We recommend deploying it to app.{yourdomain}.com
.apps/app
directory. It is designed to be run on a subdomain of your choice, and is used to run the main user-facing application.
app
application is the main user-facing application built on Next.js. It is designed to be a starting point for your own unique projects, containing all the core functionality you need.