Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/developaul/portfolio-astro
A minimalist portfolio configurable via a single JSON, with support for multiple languages and dark theme.
https://github.com/developaul/portfolio-astro
Last synced: about 2 months ago
JSON representation
A minimalist portfolio configurable via a single JSON, with support for multiple languages and dark theme.
- Host: GitHub
- URL: https://github.com/developaul/portfolio-astro
- Owner: developaul
- Created: 2023-11-12T19:09:48.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-13T17:23:20.000Z (7 months ago)
- Last Synced: 2024-06-13T20:22:26.806Z (7 months ago)
- Language: Astro
- Homepage: https://www.developaul.com
- Size: 1.32 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Résumé minimalista maquetado para web y pdf
Esquema del JSON de CV de jsonresume.org
Basado en el diseño de Bartosz Jarocki## 🛠️ Stack
- [**Astro**](https://astro.build/) - El framework web de la nueva época.
- [**Typescript**](https://www.typescriptlang.org/) - JavaScript con sintaxis de tipado.
- [**Tailwind CSS**](https://tailwindcss.com//) - Tailwind css con clases.## 🛠️ Features
- **Dark Mode**
- **Multi lenguaje**## 🧞 Comandos
| | Comando | Acción |
| :-- | :--------------- | :-------------------------------------------- |
| ⚙️ | `dev` o `start` | Lanza un servidor de desarrollo local en `localhost:4321`. |
| ⚙️ | `build` | Comprueba posibles errores y hace un empaquetado de producción en `./dist/`. |
| ⚙️ | `preview` | Vista previa en local `localhost:4321` |