Skip to content

Running it locally

Amitav Roy edited this page Mar 10, 2024 · 1 revision

How to run the app locally

Software requirements

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.

Installing the composer packages

composer install

Installing the node packages

npm install

Create the new .env file

cp .env.example .env

Generate the Laravel app key

php artisan key:generate

Migrations for the required tables

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