An open-source portfolio for developers to showcase their projects, coding skills, and personal story.
npm create astro@latest -- --template danielunited/codefolio
# Follow the interactive prompts to create your project
cd <your-project-name>
npm run dev # Starts the local development server at http://localhost:4321The 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.
This project is licensed under the MIT License. See the LICENSE file for more details.