31 lines
458 B
Markdown
31 lines
458 B
Markdown
# ⚡️toastie-site
|
||
|
||
## A personal portfolio website made using `Astro`.
|
||
|
||
To view my portfolio **[click here](https://toastiet0ast.com)**
|
||
|
||
# Steps ▶️
|
||
|
||
```bash
|
||
# Clone this repository
|
||
$ git clone https://toastielab.dev/toastie_t0ast/toastie-site
|
||
```
|
||
|
||
```bash
|
||
# Go into the repository
|
||
$ cd toastie-site
|
||
```
|
||
|
||
```bash
|
||
# Install dependencies
|
||
$ pnpm install
|
||
or
|
||
$ npm install
|
||
```
|
||
|
||
```bash
|
||
# Start the project in development
|
||
$ pnpm run dev
|
||
or
|
||
$ npm run dev
|
||
```
|