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

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

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.