The code for my personal website.
https://toastiet0ast.com
| .vscode | ||
| public | ||
| src | ||
| .gitignore | ||
| astro.config.mjs | ||
| LICENSE | ||
| package.json | ||
| pnpm-lock.yaml | ||
| README.md | ||
| tsconfig.json | ||
⚡️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