Grumpy Ipsum
Grumpy ipsum, the crowd-sourced negative Lorem Ipsum generator This web project uses vue laravel/eloquent to crowdsource negative content instead of positive content. The project is a work in progress and is not yet ready for users.
Grumpy Ipsum is a crowd-sourced negative Lorem Ipsum generator. The project is a work in progress and is not yet ready for users.
Project environment
docker-compose build && docker-compose up -d && docker-compose logs -f
docker-compose up
Hostnames
127.0.0.1 www.grumpyipsum.com
Connecting to docker shell
docker-compose exec web bash
Project setup
npm install
composer install
Compiles and hot-reloads for development
npm run serve
Compiles and minifies for production
npm run build
Run your tests
npm run test
Lints and fixes files
npm run lint