Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 644 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 644 Bytes




foxsys-xyz \ x-crew

The main foxsys-xyz application. Still a work in progress.

Installation

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