Personal portfolio and blog for James Gifford, a software engineer who builds clean, well-crafted web applications, backend systems, and developer tools.
This is the source code for jamesgifford.dev - a professional portfolio site featuring:
- Portfolio - Showcasing software projects with descriptions, screenshots, and technology tags
- Blog - Thoughts on software, engineering, and building things
- Contact - Links to email, GitHub, and LinkedIn
# Install dependencies
composer install && npm install
# Set up environment
cp .env.example .env
php artisan key:generate
php artisan migrate
# Build frontend assets
npm run build
# Start the development server
composer run devphp artisan test- Email: james@jamesgifford.com
- GitHub: github.com/jamesgifford
- LinkedIn: linkedin.com/in/jamesgifford