-
Notifications
You must be signed in to change notification settings - Fork 3
Running it locally
Amitav Roy edited this page Mar 10, 2024
·
1 revision
Software | Version |
---|---|
PHP | 8.2+ |
MySQL | 8.x |
Node | 18x |
If you have the above stuff already installed on your machine, then you can get started with it quite easily.
composer install
npm install
cp .env.example .env
php artisan key:generate
php artisan migrate --seed
The command creates a user with the password which you can find on this DefaultSeeder file.
And, then you need to set a few keys related to Gitlab for the app to integrate properly with Gitlab