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.
- Host: GitHub
- URL: https://github.com/leabs/astro-developer-portfolio
- Owner: leabs
- Created: 2023-03-07T01:46:35.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-21T15:43:19.000Z (almost 3 years ago)
- Last Synced: 2025-05-08T05:53:10.295Z (about 1 year ago)
- Topics: astro
- Language: Astro
- Homepage: https://astro-developer-portfolio.vercel.app/
- Size: 302 KB
- Stars: 6
- Watchers: 0
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).