Installation
Installation
To install Nexus, follow these steps:
- Clone the repository.
- Run
composer install. - Run
npm install && npm run build. - Run
php artisan migrate.
git clone https://github.com/your/repo.git
cd nexus
composer install
npm install && npm run build
php artisan migrate