Skip to content

toru45s/portfolio

Repository files navigation

🌐 Toru Yaginuma Portfolio Site

🛠 Skills and Technologies

  • Languages: TypeScript, JavaScript
  • Frontend Framework: Astro
  • Styling: SCSS
  • Content Management: microCMS

📋 Environment Setup

  • Node.js version: 18.14.1 or higher
  • Yarn version: 1.22.x or higher

📝 How to Use

  1. Clone the repository:

    git clone [email protected]:t-yaginuma/portfolio.git
    
  2. Copy the .env.sample file to .env:

    cp .env.sample .env
    
  3. Add environment variables to the .env file:

    MICROCMS_SERVICE_DOMAIN=<YOUR_SERVICE>
    MICROCMS_API_KEY=<YOUR_KEY_VALUE>
    
  4. Install dependencies::

    yarn
  5. Start the development server:

    yarn start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published