https://github.com/danielunited/codefolio
An open-source portfolio for devs to showcase their projects
https://github.com/danielunited/codefolio
developer-portfolio
Last synced: 4 months ago
JSON representation
An open-source portfolio for devs to showcase their projects
- Host: GitHub
- URL: https://github.com/danielunited/codefolio
- Owner: danielunited
- License: mit
- Created: 2023-09-30T14:18:36.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-10-19T10:38:07.000Z (8 months ago)
- Last Synced: 2025-10-19T20:55:54.477Z (8 months ago)
- Topics: developer-portfolio
- Language: Astro
- Homepage: https://codefolio-pi.vercel.app
- Size: 413 KB
- Stars: 14
- Watchers: 1
- Forks: 14
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Codefolio
An open-source portfolio for developers to showcase their projects, coding skills, and personal story.
## Quick Start
```bash
npm create astro@latest -- --template danielunited/codefolio
# Follow the interactive prompts to create your project
cd
npm run dev # Starts the local development server at http://localhost:4321
```
## Deployment
The current branch can be fully static built and deployed on any static hosting platform.
For deployment methods on various platforms, refer to the [Astro Official Deployment Guide](https://docs.astro.build/en/guides/deploy/).
## License
This project is licensed under the MIT License. See the LICENSE file for more details.