Deploy Web

Deploy Web ✏️

πŸ“ Deploy and make online your website on static hosting server

⏰ 15 April 2022

Allright… sound good… you have finished all installation, configuration , create and update article and others… now this time to build production for your site and cloud it on static host.

so for first you need build for porduction , run this command

npm run build

then you can see dist folder - this is a production folder, so you can use dist folder for generate static site files then you can deploy it on firebase or surge.

if you need work with github repo , so you can register on github then push your project on your new repo, then you need to register on static host like heroku or vercel , and create new project , name it with your site, and integration with your github repo. then run production mode and congratulations your website is live and online now.

If you need other template for astro so you can download our source code project see project β†’

built with astro powered by google firebase