My personal website hosted on Github Pages, generated and heavily based of HydePHP website template.
- PHP 8.1
- Composer
- Node.js
- Clone the repository
git clone https://github.com/akrista/notakrista.com
- Run
composer install
- Run
npm install
- Compile the assets with
npm run dev
ornpm run prod
- Run the development server with
php hyde serve -host=0.0.0.0
After following these steps, you should be able to access the website at http://localhost:8000
or http://your.ip.address:8000
.
You can format the code with the following command composer pint
. Also, you could "upgrade" or "refactor" the code using rector with the command composer rector
.
You'll find any intent of changes for this website in my Github Project.
- HydePHP for the website template and the SSG.
- Tailwind CSS for the utility-first CSS framework.