Loading
January 11, 2026 1 min read

Getting Started with Echofolio

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:

  1. Ruby & Jekyll: Installation Guide.
  2. Node.js: Download.

Installation Steps

  1. Clone the Repository
    git clone https://github.com/harsh98trivedi/EchoFolio.git my-portfolio
    cd my-portfolio
    
  2. Run the Project We’ve streamlined the process. Simply run the dev script:
    npm run dev
    

    This 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!

Discussion