toastie-site/README.md

52 lines
907 B
Markdown
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# ⚡toastie-site
## A personal portfolio website made using `Astro`.
To view my portfolio **[click here](https://toastiet0ast.com)**
## 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
$ 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
```
# Configuration
remember to replace the `site` and other properties with your data in `astro.config.mjs`