- Clone the project (e.g. git clone https://github.com/floreapaun/just.git) and go to /backend directory
- Install PHP packages with composer install
- Install NodeJS packages with npm install
- Build VueJS frontend with npm run production
- Create a new MySQL database and update .env.example
- Rewrite .env.example to .env
- Run migrations and seed the database with php artisan migrate --seed
- Generate new key with php artisan key:generate
- Open the server by php artisan serve
- Clone the project (e.g. git clone https://github.com/floreapaun/just.git)
- Run make init inside just directory
- Check the application on browser at http://localhost