https://github.com/camilo-j/portafolio
https://github.com/camilo-j/portafolio
astro bun tailwind typescript
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/camilo-j/portafolio
- Owner: Camilo-J
- Created: 2023-02-17T02:17:09.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-11-29T17:54:08.000Z (7 months ago)
- Last Synced: 2025-12-01T03:26:41.052Z (7 months ago)
- Topics: astro, bun, tailwind, typescript
- Language: Astro
- Homepage: https://portafolio-ecru-gamma.vercel.app
- Size: 11.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Portafolio
This is my personal portfolio, built with Astro.
## 🚀 Quick start
1. **Clone the repository.**
```shell
git clone git@github.com:Camilo-J/Portafolio.git
```
2. **Install dependencies.**
* Requires Bun to be installed.
* Navigate into your new site’s directory and install dependencies.
```shell
cd Portafolio/
bun install
```
3. **Start the development server.**
Execute the following command to start the development server.
```shell
bun run dev
```
## Built with
- [Astro](https://astro.build/)
- [Tailwind CSS](https://tailwindcss.com/)
- [Bun](https://bun.sh/)
- [TypeScript](https://www.typescriptlang.org/)