KabanFriends' 4th iteration of the personal website. Created & deployed using Astro.
npm run dev
The development website will be available at localhost:3000 by default.
npm run build
The deployable website files will be created in the dist
directory.
Make sure you have already generated production files.
npm run preview
The preview website will be available at localhost:3000 by default.