Installation

Installation

To install Nexus, follow these steps:

  1. Clone the repository.
  2. Run composer install.
  3. Run npm install && npm run build.
  4. Run php artisan migrate.
git clone https://github.com/your/repo.git
cd nexus
composer install
npm install && npm run build
php artisan migrate