Goffin is a playful web application built with Laravel, Breeze, Livewire, and Tailwind CSS, and deployed using Laravel Sail. It's designed to help you waste time in style. Whether you're looking to procrastinate or kill time, Goffin is your refined companion.
This project is currently in the initial development phase and is not yet complete. The features and functionality may change as the project progresses.
- Elegant and visually appealing interface powered by Tailwind CSS to enhance your procrastination experience
- Interactive and responsive components built with Livewire to keep you engaged while you avoid your responsibilities
- Curated content and activities to help you entertain yourself in a classy manner
- Subtle humor and witty remarks to add a touch of sophistication to your time-wasting
- Customizable settings to personalize your procrastination journey
- Laravel: The robust and flexible PHP framework that powers the backend of Goffin
- Livewire: The magical Laravel component framework that enables dynamic and interactive user experiences
- Tailwind CSS: The utility-first CSS framework that helps create the visually stunning and responsive UI of Goffin
- Laravel Sail: The Docker-based local development environment that simplifies the setup and deployment of Goffin
- Clone the Goffin repository from the GitHub repository.
- Navigate to the project directory and run
./vendor/bin/sail up
to start the development environment using Laravel Sail. - Once the containers are up and running, run
./vendor/bin/sail artisan migrate
to set up the database. - Start the development server with
./vendor/bin/sail artisan serve
. - Access the Goffin application in your web browser at
http://localhost
.
Goffin is licensed under the GNU General Public License v3.0 (GPL-3.0). This means that any modifications or derivative works of Goffin must also be licensed under the GPL-3.0 license, and the source code must be made available to users. By using Goffin, you agree to the terms and conditions of the GPL-3.0 license.