toastie-site/README.md

458 B
Raw Blame History

toastie-site

A personal portfolio website made using Astro.

To view my portfolio click here

Steps ▶️

# Clone this repository
$ git clone https://toastielab.dev/toastie_t0ast/toastie-site
# Go into the repository
$ cd toastie-site
# Install dependencies
$ pnpm install
or
$ npm install
# Start the project in development
$ pnpm run dev
or
$ npm run dev