portfolio-3 Tailwind Templates

Portfolio 3

A third iteration of my personal web portfolio, discontinued June 2024

discontinued June 2024

This is my personal web portfolio, which contains all open source projects and a blog. This site was made with:

Development

# Make sure you have the required composer packages
composer install
# Make sure you have npm install the required packages
npm install
# To run this site locally and let mix watch changes and recompile
npm run watch
# To manually compile assets
npm run dev

Building This Site On Production

# Make sure you have the required composer packages
composer install
# Make sure you have npm install the required packages
npm install
# build static files with Jigsaw
./vendor/bin/jigsaw build

# compile minified assets with Laravel Mix
npm run prod

Top categories

Loading Svelte Themes