The code for my personal website. https://toastiet0ast.com
Find a file
2024-12-18 14:20:26 +13:00
.vscode Started work on a new version of the site 2024-12-15 19:41:54 +13:00
public Started work on a new version of the site 2024-12-15 19:41:54 +13:00
src W.I.P blog integration into the home page. 2024-12-18 14:20:26 +13:00
.gitignore Started work on a new version of the site 2024-12-15 19:41:54 +13:00
astro.config.mjs Started work on a new version of the site 2024-12-15 19:41:54 +13:00
LICENSE Updated and removed some stuff. 2024-12-08 00:49:40 +13:00
package.json Started work on a new version of the site 2024-12-15 19:41:54 +13:00
pnpm-lock.yaml Started work on a new version of the site 2024-12-15 19:41:54 +13:00
README.md Renamed work to projects and added blog to the site. 2024-12-18 01:58:16 +13:00
tsconfig.json Started work on a new version of the site 2024-12-15 19:41:54 +13:00

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