Create a Project
Projects are apps. A project has source code, build settings, logs, domains, and runtime state.
From the dashboard
- Open Projects.
- Click New Project.
- Connect a GitHub repo or choose a framework starter.
- Confirm the detected framework.
- Start the deploy.
From the CLI
dock login
cd my-app
dock deployThe first deploy links the folder to the new project.
What happens next
DockHosting builds your app, creates a container, assigns a free
*.dockhosting.dev subdomain, and shows live build logs.