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

https://github.com/jesusantguerrero/jesusantguerrero.com

My digital home in the wide web
https://github.com/jesusantguerrero/jesusantguerrero.com

blog digitalgarden personal-website

Last synced: about 2 months ago
JSON representation

My digital home in the wide web

Awesome Lists containing this project

README

        

# Jesusantguerrero dot com
> Powered by [Astro](https://astro.build)

In the first edition of my website [jesusantguerrero.github.io](https://jesusantguerrero.github.io) I did a live portfolio showing projects But this time I wanted a way of digital Home where I put my thoughts about the things I like (programming, vue, philosophy, music, writing) as well as a Digital Garden and any thing I have that is worth sharing.

All that with a minimalistic design ond the plan is to always keep this as a work in progress.

### Inspiration
- [Travis Neilson](http://travisneilson.com/) the devtips sensei
- [Antfu](https://antfu.me/)
- [Maggie Appleton](https://maggieappleton.com/)
- [Adam Wathan](https://adamwathan.me/)

## 🧞 Commands

All commands are run from the root of the project, from a terminal:

| Command | Action |
|:----------------|:--------------------------------------------|
| `npm install` | Installs dependencies |
| `npm run dev` | Starts local dev server at `localhost:3000` |
| `npm run build` | Build your production site to `./dist/` |