Today I created a Project in my HubSpot portal. Having installed the CLI some time ago, it didn't take long for me to get my first project deployed.
I created a new folder for this. Following the steps here it was fairly easy to create a project.npx hs project create
command I was able to name the project, choose a folder to create it in, and start from a template. Thankfully now I have two cats, which gives me more options for naming my folders.[SUCCESS] Your new project has been created in /Users/rramchandra/new-project/Ziggy
npx hs project upload
? The project Ziggy does not exist in ziggy ([portal ID]). Would you like to create it?
[SUCCESS] New project Ziggy successfully created in ziggy ([portal ID]).
✓ Uploaded Ziggy project files to ziggy ([portal ID])
View build #1 in HubSpot: [URL]
✓ Built Ziggy
✓ Example App built successfully
--------------------------------------------------
Build #1 succeeded. Automatically deploying to ziggy ([portal ID])
View deploy of build #1 in HubSpot: [URL]
✓ Deployed Ziggy
✓ Example App deployed successfully
And that was it! The project appears in my portal, successfully deployed 😊