hiroshinishio / sample-website

0 stars 0 forks source link

Initial Commit

Landing Page Feature

This project includes a new landing page feature based on a Figma design.

How to View the Landing Page

  1. Clone the repository:

    git clone https://github.com/hiroshinishio/sample-website.git
    cd sample-website
  2. Install dependencies:

    npm install
  3. Run the Next.js development server:

    npm run dev

    Visit http://localhost:3000 to view the landing page.