run the following commands:
Install Viewi
composer require viewi/viewi
Create a new Viewi application
vendor/bin/viewi new
Now you should be able to run your application:
cd public
php -S localhost:8000
Next step