2024-12-07 11:49:40 +00:00
|
|
|
|
# ⚡️toastie-site
|
2024-11-26 21:10:42 +00:00
|
|
|
|
|
|
|
|
|
## A personal portfolio website made using `Astro`.
|
|
|
|
|
|
2024-12-07 11:49:40 +00:00
|
|
|
|
To view my portfolio **[click here](https://toastiet0ast.com)**
|
2024-11-26 21:10:42 +00:00
|
|
|
|
|
|
|
|
|
## Features
|
|
|
|
|
|
|
|
|
|
- Modern and Minimal bento-like, sleek UI Design
|
|
|
|
|
- All in one page (almost)
|
|
|
|
|
- Fully Responsive
|
|
|
|
|
- Performances and SEO optimizations
|
|
|
|
|
- Blog
|
|
|
|
|
- RSS support (your-domain/rss.xml)
|
|
|
|
|
- Cool 3d globe
|
|
|
|
|
|
|
|
|
|
## Tech Stack
|
|
|
|
|
|
|
|
|
|
- [Astro](https://astro.build)
|
|
|
|
|
- [unocss](https://unocss.dev/)
|
|
|
|
|
- [motion](https://motion.dev/)
|
|
|
|
|
- [d3](https://d3js.org/)
|
|
|
|
|
|
|
|
|
|
# Steps ▶️
|
|
|
|
|
|
|
|
|
|
```bash
|
|
|
|
|
# Clone this repository
|
2024-12-07 11:49:40 +00:00
|
|
|
|
$ git clone https://toastielab.dev/toastie_t0ast/toastie-site
|
2024-11-26 21:10:42 +00:00
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
```bash
|
|
|
|
|
# Go into the repository
|
2024-12-07 11:49:40 +00:00
|
|
|
|
$ cd toastie-site
|
2024-11-26 21:10:42 +00:00
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
```bash
|
|
|
|
|
# Install dependencies
|
|
|
|
|
$ pnpm install
|
|
|
|
|
or
|
|
|
|
|
$ npm install
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
```bash
|
|
|
|
|
# Start the project in development
|
|
|
|
|
$ pnpm run dev
|
|
|
|
|
or
|
|
|
|
|
$ npm run dev
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
# Configuration
|
|
|
|
|
|
|
|
|
|
remember to replace the `site` and other properties with your data in `astro.config.mjs`
|