Skip to content

KabanFriends/kabanfriends.github.io

Repository files navigation

kabanfriends.github.io

KabanFriends' 4th iteration of the personal website. Created & deployed using Astro.

Launching Development Server

npm run dev

The development website will be available at localhost:3000 by default.

Building Production Website

npm run build

The deployable website files will be created in the dist directory.

Previewing Production Website

Make sure you have already generated production files.

npm run preview

The preview website will be available at localhost:3000 by default.