Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rolginroman/rolg.in-folio
Engineer Portfolio Repository: Build and deploy a fast, responsive website showcasing your skills. Leverage Astro's power for seamless development and cloud deployment to reach a global audience. Highlight projects, expertise, and customisation options for an exceptional user experience.
https://github.com/rolginroman/rolg.in-folio
astro
Last synced: 3 days ago
JSON representation
Engineer Portfolio Repository: Build and deploy a fast, responsive website showcasing your skills. Leverage Astro's power for seamless development and cloud deployment to reach a global audience. Highlight projects, expertise, and customisation options for an exceptional user experience.
- Host: GitHub
- URL: https://github.com/rolginroman/rolg.in-folio
- Owner: RolginRoman
- License: mit
- Created: 2023-05-06T14:37:31.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-05T11:06:11.000Z (over 1 year ago)
- Last Synced: 2024-10-19T03:25:21.757Z (4 months ago)
- Topics: astro
- Language: Astro
- Homepage: https://rolginroman.github.io/rolg.in-folio/
- Size: 1.48 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Rolgin personal website with Astro 🚀
[![Open in StackBlitz](https://img.shields.io/badge/StackBlitz-1269D3.svg?style=for-the-badge&logo=StackBlitz&logoColor=white)](https://stackblitz.com/github/rolginroman/rolg.in-folio)
[![Deployed to Github Pages](https://img.shields.io/badge/GitHub%20Pages-222222.svg?style=for-the-badge&logo=GitHub-Pages&logoColor=white)](https://rolginroman.github.io/rolg.in-folio/)
[![Main Domain (Netlify)](https://img.shields.io/badge/https%3A%2F%2Frolg.in-8A2BE2?style=for-the-badge)](https://l.rolg.in/)## Commands
All commands are run from the root of the project, from a terminal:
| Command | Action |
| :--------------------- | :----------------------------------------------- |
| `yarn` | Installs dependencies |
| `yarn dev` | Starts local dev server at `localhost:3000` |
| `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 |