This is a modern personal website built with SvelteKit, Tailwind CSS, and other modern web technologies.
- SvelteKit: A framework for building web applications with Svelte
- Tailwind CSS: A utility-first CSS framework
- Vite: A fast build tool and development server
- Vitest: A testing framework for Vite projects
- pnpm: A fast, disk space efficient package manager
- Modern, responsive design
- Fast performance
- Accessible legacy ML project
- Dark mode support
- Mobile-first approach
# Install dependencies
pnpm install
# Start development server
pnpm dev
# Build for production
pnpm build
# Preview production build
pnpm preview
# Run tests
pnpm testThis site is deployed to GitHub Pages using GitHub Actions. Any push to the main branch will trigger a deployment.
The original machine learning class project is preserved and accessible at /legacy-ml-project/.
MIT