Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 664 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 664 Bytes

Tabiyori

Tabiyori is a simple and user-friendly trip planning web application 🗺️

Tech Stack

Related Repositories

App(Flutter): https://github.com/seigi0714/trip-app-nativeapp

Development Setup

# Clone the repository
git clone https://github.com/shimizu-saffle/trip-app-frontend.git

# Move into the directory
cd trip-app-frontend

# Install pnpm globally if not installed
npm install -g pnpm

# Install the dependencies
pnpm install

# Start the development server
pnpm dev