It's Netflix, but for kittens!
- Clone the repository:
git clone https://github.com/marknuyens/kitflix.git
- Navigate to the project directory:
cd kitflix
- Install the dependencies:
composer install npm install npm run build
- Copy the
.env.example
file to.env
:cp .env.example .env
- Set up the database:
touch database/database.sqlite php artisan migrate php artisan db:seed
- Generate the application key:
php artisan key:generate
- Start the development server:
php artisan serve
- Open your browser and go to
http://localhost:8000
to see the application in action. - Oh, and simply press
Ctrl + C
to stop the server when you're done. - Last, but not least: enjoy the kittens! 😻