Laravel based chat app for coders.
http://quod-gist-chat.herokuapp.com/
To start Quod-Gist locally, it is expected to have the following installed:
- Docker
- PHP (version >= 8.0)
- Node
- Git
- Clone github repo
- Install dependencies
composer install npm install
- Start Laravel Sails
./vendor/bin/sails up
-
Create .env from .env.example and fill .env with your credentials
-
Run database migrations
sails artisan migrate
- Compile assets for production
sails npm run prod
- Visit the site at http://localhost