The following steps will guide you through the installation process of si-OBE for running in a development environment locally on your machine:
- Clone the latest version of kosapp from the repository
- Run composer install to install the required PHP dependencies
- Go inside project directory and run php artisan serve to start the development server
- Open another terminal and run npm install to install the required node modules
- Run npm run dev to compile the assets for development
- Open your browser and go to http://localhost:8000 to view the application