Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 499 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 499 Bytes

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.