This is a Wordpress application project.
You can run the development server:
php -S localhost:8080 -t app
You can also run the Wordpress example using Wasmer (check out the install guide):
wasmer run .
Open http://127.0.0.1:8080 with your browser to see your Wordpress app.
The easiest way to deploy your Wordpress app is to use the Wasmer Edge.
Live example: https://wordpress-wasmer-examples.wasmer.app/
Deploy to Wasmer Edge:
wasmer deploy