Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 409 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 409 Bytes

My personal website

My personal portfolio website built using the Astro framework and Svelte components.

Installation

Install dependencies

  yarn install

Commands

To run the dev server locally at localhost:3000

  yarn dev

To build your production site to ./dist/

  yarn build

To preview your build locally before deploying

  yarn preview