$ composer install
$ npm i
$ cp .env.example .env
$ touch database/database.sqlite
...
DB_CONNECTION=sqlite
...
$ php artisan migrate
...
CONSUMER_KEY=:your_consumer_key
CONSUMER_SECRET=:your_cunsumer_secret
ACCESS_TOKEN=:your_access_token
ACCESS_TOKEN_SECRET=:your_access_token_secret
...
...
SEARCH_KEYWORD=:your_search_keyword
...
$ php -S localhost:8000 -t public
victoria-tweet-stream Create Victoria front side.