Tabiyori is a simple and user-friendly trip planning web application 🗺️
- Web Framework: Next.js 13
- CSS Framework: Panda CSS
- State Management: Recoil
App(Flutter): https://github.com/seigi0714/trip-app-nativeapp
# 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