My slice of the web. A personal website built with modern web technologies and deployed at the speed of light.
- SvelteKit - The web framework that actually makes sense
- TypeScript - Because JavaScript wasn't chaotic enough
- Tailwind CSS - Utility-first styling without the headache
- Cloudflare Pages - Global edge deployment
- Bun - The JavaScript runtime that's actually fast
# Clone the repository
git clone https://github.com/orhantugrul/orhantugrul.dev.git
cd orhantugrul.dev
# Install dependencies
bun install
# Start the development server
bun run devVisit http://localhost:5173 to see it in action.
Found a bug? Have an idea? Open an issue or submit a pull request. Just make sure your code follows the existing style and doesn't break anything.
MIT License - because open source is the way forward.