Portal PLN Nusantara Power is a dedicated platform designed for PT PLN Nusantara Power employees, providing easy access to the latest news, event agendas, calendars, and quick links to essential applications.
Note: This website previously utilized an API from PLN Nusantara Power, which is no longer accessible. However, if you'd like to explore the frontend design, feel free to clone the
frontend
branch from the repository.
Make sure you have the following tools installed:
- PHP (Version 8.0 or higher)
- Composer
-
Create a New Folder:
- Create a new folder with a name of your choice and navigate to this directory.
-
Open Terminal:
- Right-click in the folder and select Open in Terminal.
-
Clone the Repository:
- Run the following command in your terminal to clone the project:
git clone --branch frontend --single-branch https://github.com/talithaalda/portalpln.git
- Run the following command in your terminal to clone the project:
-
Navigate to Project Directory:
- Move into the project folder:
cd portalpln
- Move into the project folder:
-
Update Dependencies:
- Install or update dependencies using Composer:
composer update
- Install or update dependencies using Composer:
-
Environment Setup:
- Copy the example environment file and set up your environment:
cp .env.example .env
- Copy the example environment file and set up your environment:
-
Generate Application Key:
- Generate a unique application key:
php artisan key:generate
- Generate a unique application key:
-
Start the Development Server:
- Serve the application:
php artisan serve
- Your application should now be running at
http://127.0.0.1:8000
.
- Serve the application:
-
Troubleshooting:
- If you encounter any errors, try optimizing the application:
php artisan optimize
- If you encounter any errors, try optimizing the application: