https://github.com/wanderleedev/wanderlee-porfolio
Mi porfolio web con las tecnologías que manejo ( HTML, CSS , Scss, JavaScript, TailwindCss, Typescript y Angular ). Ademas de mostrar algunos de mis proyectos y las tecnologías que actualmente me encuentro estudiando
https://github.com/wanderleedev/wanderlee-porfolio
angular astro git html javascript portfolio-website react scss tailwindcss typescript
Last synced: about 1 year ago
JSON representation
Mi porfolio web con las tecnologías que manejo ( HTML, CSS , Scss, JavaScript, TailwindCss, Typescript y Angular ). Ademas de mostrar algunos de mis proyectos y las tecnologías que actualmente me encuentro estudiando
- Host: GitHub
- URL: https://github.com/wanderleedev/wanderlee-porfolio
- Owner: WanderleeDev
- License: mit
- Created: 2024-03-05T14:16:36.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-27T11:09:11.000Z (about 1 year ago)
- Last Synced: 2025-06-03T07:27:17.921Z (about 1 year ago)
- Topics: angular, astro, git, html, javascript, portfolio-website, react, scss, tailwindcss, typescript
- Language: Astro
- Homepage: https://wanderlee-porfolio-virid.vercel.app
- Size: 5.56 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Porfolio WanderleeDev

> [demo project](https://wanderlee-porfolio-virid.vercel.app/)
## 🧞 Commands
All commands are run from the root of the project, from a terminal:
| Command | Action |
| :--------------------- | :----------------------------------------------- |
| `yarn install` | Installs dependencies |
| `yarn dev` | Starts local dev server at `localhost:4321` |
| `yarn build` | Build your production site to `./dist/` |
| `yarn preview` | Preview your build locally, before deploying |
| `yarn astro ...` | Run CLI commands like `astro add`, `astro check` |
| `yarn astro -- --help` | Get help using the Astro CLI |