Onewaygo Trip is a travel platform designed to connect adventurers with the natural beauty of Indonesia. Using Laravel and Tailwind CSS, we offer a variety of travel packages that allow you to explore exotic destinations such as Labuan Bajo and Lombok.
- Various travel packages
- Responsive and attractive design
- Intuitive user experience
- Laravel: PHP framework for web development
- Tailwind CSS: CSS framework for fast, responsive design
- Clone This Repository
git clone https://github.com/username/repo.git
- Install Composer
composer install
- Install Package.json Depedencies
bun install
- Make Storage Link
php artisan storage:link
- Migrate Database
php artisan migrate --seed
- Run Artisan Serve
php artisan serve
- Run TailwindCss
bun dev