Skip to content

RisGar/website

Repository files navigation

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