An open API service indexing awesome lists of open source software.

https://github.com/aelew/com

๐Ÿ’ป My personal website built with Astro, Bun, and Tailwind CSS. Feel free to check it out at https://aelew.com!
https://github.com/aelew/com

astro astrojs bun personal-website portfolio portfolio-website showcase tailwind tailwindcss typescript website

Last synced: about 2 months ago
JSON representation

๐Ÿ’ป My personal website built with Astro, Bun, and Tailwind CSS. Feel free to check it out at https://aelew.com!

Awesome Lists containing this project

README

        

# ๐Ÿ’ป aelew.com

My personal website built with [Bun](https://bun.sh), [Astro](https://astro.build), and [Tailwind CSS](https://tailwindcss.com)!

## โš ๏ธ Looking for my old website?

You can [find it here](https://aelew.pages.dev)! The source code is also available on the `archive/remix` branch of this repository.

## ๐Ÿงž Commands

All commands are run from the root of the project, from a terminal:

| Command | Action |
| :----------------- | :----------------------------------------------- |
| `bun install` | Installs dependencies |
| `bun dev` | Starts local dev server at `localhost:4321` |
| `bun build` | Build your production site to `./dist/` |
| `bun preview` | Preview your build locally, before deploying |
| `bun astro ...` | Run CLI commands like `astro add`, `astro check` |
| `bun astro --help` | Get help using the Astro CLI |

## ๐Ÿงพ License

[MIT](https://choosealicense.com/licenses/mit/)