January 11, 2026
1 min read
Getting Started with Echofolio
Ready to build your new portfolio? Getting started with Echofolio is efficient and straightforward.
Prerequisites
Ensure you have the following installed:
- Ruby & Jekyll: Installation Guide.
- Node.js: Download.
Installation Steps
- Clone the Repository
git clone https://github.com/harsh98trivedi/EchoFolio.git my-portfolio cd my-portfolio - Run the Project
We’ve streamlined the process. Simply run the dev script:
npm run devThis command automatically installs both Ruby gems and Node modules, then starts the server.
Directory Structure
_data/owner.yml: Your content configuration._posts/: Your blog articles.assets/: Images, scripts, and styles.tailwind.config.js: Design system configuration.
Visit http://localhost:4000 to see your site live!