amusfq / portfolio

amusfq portfolio webapp

Home Page:https://amusfq.my.id/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Portfolio

Ini adalah website portfolio dan resume yang dibangun menggunakan ReactJS, Laravel dan InertiaJS.

Instalasi dan konfigurasi

Clone repo ini

git clone https://github.com/amusfq/portfolio.git

Buka folder portfolio hasil clone dan buat file .env

cd portfolio
cp .env.example .env

Generate APP_KEY untuk laravel

php artisan key:generate

Edit file .env sesuaikan baris berikut dengan database kalian

DB_DATABASE=portfolio
DB_USERNAME=root
DB_PASSWORD=

Link storage ke public folder

php artisan storage:link

Import file portfolio.sql ke database kalian.

Install dependency untuk Laravel dan React

composer install
npm install

build React

npm run prod

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT

About

amusfq portfolio webapp

https://amusfq.my.id/

License:MIT License


Languages

Language:JavaScript 51.3%Language:PHP 47.9%Language:Shell 0.5%Language:Blade 0.3%