Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/marcelovicentegc/marcelovicentegc.github.io
- Owner: marcelovicentegc
- License: mit
- Created: 2019-10-20T20:44:34.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2024-04-22T09:37:25.000Z (7 months ago)
- Last Synced: 2024-04-23T12:01:13.986Z (7 months ago)
- Topics: astro, personal-website, pnpm, react, typescript, vercel
- Language: TypeScript
- Homepage: https://marcelovicentegc.com
- Size: 10.7 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```