Skip to content

ggsuha/personal-web

Repository files navigation

Minimalist Personal Website

This template project is inspired by Hugo Coder.

Requirements

This project created with Laravel 10 and requires minimum PHP 8.1. You also need to install NodeJs (minimum v16) and NPM to make front end works.

Installation

  1. Clone the project
  2. Install composer packages
composer install
  1. Install npm packages
npm install
  1. Duplicate .env.example to .env
  2. Generate application key
php artisan key:generate
  1. Set the database in .env to match with the database credential, you can configure others too.
  2. Run php artisan migrate --seed to migrate and generate database sample
  3. Run npm run dev or npm run build

License

This project is open-sourced software licensed under the MIT license.

About

Minimalist personal website created with Laravel

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published