Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/marcelovicentegc/marcelovicentegc.github.io

My Github page and personal website.
https://github.com/marcelovicentegc/marcelovicentegc.github.io

astro personal-website pnpm react typescript vercel

Last synced: 8 days ago
JSON representation

My Github page and personal website.

Awesome Lists containing this project

README

        

# marcelovicentegc.com

This is the source code of my personal website, [marcelovicentegc.com](https://marcelovicentegc.com), containing my professional experience information. It is built with Astro and hosted on Vercel. There is no secret sauce here, just a simple static site with a single page.

If you want to have your own version of this website, you can fork this repository and customize it as you wish.

Here are the development commands:

```bash
pnpm install # Install dependencies
pnpm dev # Start the development server
```