Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/alejandroperezpujante/portfolio

Personal portfolio
https://github.com/alejandroperezpujante/portfolio

astro portfolio web

Last synced: about 1 month ago
JSON representation

Personal portfolio

Awesome Lists containing this project

README

        

# My portfolio project

This repository contains my personal portfolio, where I introduce myself and showcase some of my projects.

## About the technologies

A single page built with Astro, a modern static site generator. It's styled with Tailwind CSS and self-hosted in a VPS that I rent.

## How to run it

To run this project locally, you need to have Node.js installed.
Then, you can clone this repository and run the following commands:

```bash
npm install
npm run dev
```

This will start a development server, you can access the website at `http://localhost:4321` by default.

## License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.