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

https://github.com/leabs/astro-developer-portfolio

A custom developer protfolio using Astro which is the base for a YouTube series.
https://github.com/leabs/astro-developer-portfolio

astro

Last synced: about 1 year ago
JSON representation

A custom developer protfolio using Astro which is the base for a YouTube series.

Awesome Lists containing this project

README

          

# Astro Developer Protfolio

At the moment, I'm using this repo for a youtube series on how to build stuff using Astro. I'll be adding more to this repo as I go along.

[The Youtube playlist](https://www.youtube.com/playlist?list=PLieFqTElnpVy492IgVFSVsafnhsHiDK2W)

This is a barebones starter developer protfolio for Astro.

- Simple layout for developers to make their own portfolio
- Easy to edit data that is coming from the `src/data/` directory
- A simple `AppCards` component that loops over the data
- Responsive design that looks nice on mobile and desktop
- A good foundation to build on using Astro
- Sleek SVG icons for each page
- Active class applied to the current page

## 🧞 Commands

All commands are run from the root of the project, from a terminal:

| Command | Action |
| :--------------------- | :----------------------------------------------- |
| `npm install` | Installs dependencies |
| `npm run dev` | Starts local dev server at `localhost:3000` |
| `npm run build` | Build your production site to `./dist/` |
| `npm run preview` | Preview your build locally, before deploying |
| `npm run astro ...` | Run CLI commands like `astro add`, `astro check` |
| `npm run astro --help` | Get help using the Astro CLI |

## 👀 Want to learn more?

Feel free to check [our documentation](https://docs.astro.build) or jump into our [Discord server](https://astro.build/chat).