Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/alejandroperezpujante/portfolio
- Owner: alejandroperezpujante
- License: mit
- Created: 2024-08-13T16:37:57.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-09-20T18:51:12.000Z (5 months ago)
- Last Synced: 2024-11-07T20:13:35.086Z (3 months ago)
- Topics: astro, portfolio, web
- Language: Astro
- Homepage: https://portfolio.perezpujantealejandro.dev
- Size: 1.61 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.