Skip to content

tdiorio2323/tdstudioshq

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

87 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to your Lovable project

Project info

URL: https://lovable.dev/projects/dbcb82db-3a5c-4d43-86a6-c004351ecb04

How can I edit this code?

There are several ways of editing your application.

Use Lovable

Simply visit the Lovable Project and start prompting.

Changes made via Lovable will be committed automatically to this repo.

Use your preferred IDE

If you want to work locally using your own IDE, you can clone this repo and push changes. Pushed changes will also be reflected in Lovable.

The only requirement is having Node.js & npm installed - install with nvm

Follow these steps:

# Step 1: Clone the repository using the project's Git URL.
git clone <YOUR_GIT_URL>

# Step 2: Navigate to the project directory.
cd <YOUR_PROJECT_NAME>

# Step 3: Install the necessary dependencies.
npm i

# Step 4: Start the development server with auto-reloading and an instant preview.
npm run dev

Edit a file directly in GitHub

  • Navigate to the desired file(s).
  • Click the "Edit" button (pencil icon) at the top right of the file view.
  • Make your changes and commit the changes.

Use GitHub Codespaces

  • Navigate to the main page of your repository.
  • Click on the "Code" button (green button) near the top right.
  • Select the "Codespaces" tab.
  • Click on "New codespace" to launch a new Codespace environment.
  • Edit files directly within the Codespace and commit and push your changes once you're done.

What technologies are used for this project?

This project is built with:

  • Vite
  • TypeScript
  • React
  • shadcn-ui
  • Tailwind CSS

How can I deploy this project?

Simply open Lovable and click on Share -> Publish.

Can I connect a custom domain to my Lovable project?

Yes, you can!

To connect a domain, navigate to Project > Settings > Domains and click Connect Domain.

Read more here: Setting up a custom domain

TD Studios Lovable Site

Dev

npm i
node scripts/generate-sitemap.mjs
npm run dev   # http://localhost:5173

Build

npm run build

Deploy

Preferred: push to github.com/tdiorio2323/TD-STUDIOS-LOVABLE-SITE branch main. Vercel auto-deploys Production.

Manual:

vercel switch
vercel deploy --prod --yes

SEO

  • public/robots.txt
  • public/sitemap.xml generated by scripts/generate-sitemap.mjs
  • index.html contains title, description, OG, and canonical tags

Domains

Production: tdstudioshq.com (Deployment Protection disabled)

Optional: tdstudioshq.com via Wix DNS

  • A @76.76.21.21
  • CNAME wwwcname.vercel-dns.com

Deploy & Git Auth

Normal deploy

  1. npm i
  2. node scripts/generate-sitemap.mjs
  3. npm run build
  4. Push to main on github.com/tdiorio2323/TD-STUDIOS-LOVABLE-SITE. Vercel auto-deploys Production.

If push is blocked (wrong Git creds)

Use SSH for the tdiorio2323 account:

git remote set-url origin git@github.com:tdiorio2323/TD-STUDIOS-LOVABLE-SITE.git
ssh-keygen -t ed25519 -C "tyler@tdstudiosny.com" -f ~/.ssh/id_ed25519 -N ""
eval "$(ssh-agent -s)"
ssh-add ~/.ssh/id_ed25519
gh auth login
gh ssh-key add ~/.ssh/id_ed25519.pub -t "MBP Lovable Site"
git push origin main

Verify Production

  • Vercel: Project → Deployments → confirm latest build on main.
  • Domains: ensure tdstudioshq.com (protection off) and Wix DNS (A @76.76.21.21, CNAME wwwcname.vercel-dns.com) are correct.

CLI spot-checks:

curl -I https://tdstudioshq.com
dig +short tdstudioshq.com
dig +short www.tdstudioshq.com

Deployment trigger Fri Sep 26 13:55:50 EDT 2025

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •