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

https://github.com/camilo-j/portafolio


https://github.com/camilo-j/portafolio

astro bun tailwind typescript

Last synced: about 1 month ago
JSON representation

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/)