Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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 |