Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 615 Bytes

README.md

File metadata and controls

21 lines (18 loc) · 615 Bytes

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.