This repository contains the source code for JelleKralt.com, a personal blog website built using modern web technologies.
- Remix Framework: A full-stack web framework for building fast and dynamic applications.
- Tailwind CSS: Utility-first CSS framework for rapid UI development.
- TypeScript: Strongly typed programming language for safer and more reliable code.
Ensure you have the following installed:
- Node.js (v16+)
- npm (v7+)
- Clone the repository:
git clone https://github.com/jellekralt/jellekralt.com.git
- Navigate to the project directory:
cd jellekralt.com
- Install the dependencies:
npm install
Start the development server:
npm run dev