My personal website built with SvelteKit, featuring a monospace-first design approach and modern web development practices.
Visit the website at https://jonesrussell.github.io/me/
src/
├── lib/
│ ├── components/ # Reusable components
│ ├── utils/ # Utility functions
│ └── styles/ # Global styles
├── routes/ # SvelteKit routes
│ ├── +page.svelte # Home page
│ ├── blog/ # Blog section
│ └── projects/ # Projects showcase
└── app.css # Global CSS variables and styles
# Install dependencies
npm install
# Start development server
npm run dev
# Build for production
npm run build
# Preview production build
npm run preview
This site is automatically deployed to GitHub Pages using GitHub Actions. See the deployment configuration in .github/workflows/deploy.yml
MIT - see LICENSE