Sergih28 / groc

Grind for the vision, revamp for precision, organize with decision, complete the mission.
MIT License
3 stars 0 forks source link

Decide where to host the website (vercel or github pages probably?) #56

Closed Sergih28 closed 10 months ago

Sergih28 commented 10 months ago

Look specifically to host an Astro project.

ehdlg commented 10 months ago

@Sergih28 GitHub Pages stands out due to its simplicity, cost-free setup, and seamless integration with Git repositories. Especially suited for static websites with minimal JavaScript, it offers an uncomplicated environment for projects requiring straightforward hosting without usage limitations. While Vercel provides more extensive language and framework support, GitHub Pages' ease of use and compatibility with simple static sites makes it a strong contender for initial hosting considerations.

Sergih28 commented 10 months ago

@Sergih28 GitHub Pages stands out due to its simplicity, cost-free setup, and seamless integration with Git repositories. Especially suited for static websites with minimal JavaScript, it offers an uncomplicated environment for projects requiring straightforward hosting without usage limitations. While Vercel provides more extensive language and framework support, GitHub Pages' ease of use and compatibility with simple static sites makes it a strong contender for initial hosting considerations.

Let's go with Github Pages then. We can always upgrade to Vercel if we need at some point. @ehdlg Could you add this as a new decision, and link this issue to that PR?