Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aelew/com
๐ป My personal website built with Bun, Astro, and Tailwind CSS! Viewable at aelew.com.
https://github.com/aelew/com
astro astrojs bun personal-website portfolio portfolio-website showcase tailwind tailwindcss typescript website
Last synced: 3 months ago
JSON representation
๐ป My personal website built with Bun, Astro, and Tailwind CSS! Viewable at aelew.com.
- Host: GitHub
- URL: https://github.com/aelew/com
- Owner: aelew
- License: mit
- Created: 2023-09-01T00:59:57.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-27T08:35:27.000Z (3 months ago)
- Last Synced: 2024-10-27T09:40:27.324Z (3 months ago)
- Topics: astro, astrojs, bun, personal-website, portfolio, portfolio-website, showcase, tailwind, tailwindcss, typescript, website
- Language: Astro
- Homepage: https://aelew.com
- Size: 5.02 MB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/)