My personal portfolio website, made with Laravel!
🌐 Check out the live version: https://semmetje.dev
Table of Contents
SemmetjeDev (or semmetje.dev) is my personal portfolio website that contains information about who I am, some projects I worked on, a blog, and contact information!
This project was created because I needed a way for people to get to know me, see my development skills and provide clear ways to contact me. I wanted to create the portfolio in Laravel, as I have become quite comfortable using the framework and it would allow me to easily implement the projects and blog management features I wanted.
W.I.P.
Below are the instructions on how to get the project running on your local machine!
- PHP 8.2+
- Composer
- Node.js & NPM
- SQLite
- (If on Windows) Laravel Herd
- Clone the repository
git clone https://github.com/semvde/SemmetjeDev.git semmetjedev
cd semmetjedev- Setup dependencies, environment, database and front-end assets
composer run setup- Setup local test server
npm run dev- If you're using Windows:
- Make sure the project is in the Laravel Herd sites directory and SSL is enabled for it
- View the web-app by going to https://semmetjedev.test
- If you're not on Windows:
-
php artisan serve
- View the web-app by going to http://localhost:8000
-
Below you can find the documentation of SemmetjeDev!
SemmetjeDev uses the following technologies:
W.I.P.
W.I.P.
The source code in this repository is licensed under the MIT License.
However, all non-code assets (such as images, logos, and other media) are not covered by the MIT License. Unless otherwise stated, these assets may not be reused, redistributed, or modified without explicit permission from Semmetje.