The main foxsys-xyz application. Still a work in progress.
This application requires just laravel & php 7.3 for a build as minimum. Obviously, you should have composer & yarn or npm installed for the node dependencies.
Install the dependencies and devDependencies and start the server.
$ cd foxsys-xyz
$ composer install && yarn install && yarn run dev
$ cp .env.example .env && php artisan key:generate
$ php artisan serve
For production environments.
$ yarn run production