Cakephp 4 not running on Ubuntu 20.3

After installing and creating a new CakePHP app using composer, I am trying to run the app on my browser using bin/cake server.

I get these errors:

Warning: cake_core cache was unable to write ‘cake_dev_eng’ to File cache in /usr/share/php/Cake/Cache/Cache.php on line 327

PHP Warning: /usr/share/php/Cake/Console/Templates/skel/tmp/cache/persistent/ is not writable in /usr/share/php/Cake/Cache/Engine/FileEngine.php on line 389

Please can anyone help me with resolving these issues? I am new to Linux.

Thanks in advance.