Skip to content

Latest commit

 

History

History
98 lines (80 loc) · 2.98 KB

README.md

File metadata and controls

98 lines (80 loc) · 2.98 KB


Logo

Route Box 루트박스

여행 경로 추천 앱, 루트박스

Table of Contents
  1. About The Project
  2. Getting Started
  3. Roadmap

About The Project

product

Built With

  • React
  • StyledComponent
  • ReactQuery
  • Storybook
  • Nginx
  • Docker
  • AWS

(back to top)

Getting Started

Installation

  1. Clone the repo
    git clone https://github.com/Route-Box/route_box_web.git
  2. Install packages
    bun install
  3. Enter your environment variable in .env
    VITE_API_URL = 'YOUR API_URL';
    VITE_API_KEY = 'YOUR API KEY';
    VITE_APP_BUILD_ENV = 'YOUR APP BUILD ENV';

(back to top)