Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 482 Bytes

README.md

File metadata and controls

34 lines (22 loc) · 482 Bytes

시작가이드

Requirements

For building and running the application you need:

Installation

  1. Clone the repository:
git clone https://github.com/HanaFun/HanaFun_FE.git
  1. Install dependencies:
yarn
  1. Start the development server:
yarn dev
  1. Open the project in your browser:
http://localhost:3000