This project is for creating a blog using SvelteKit and a static site generation adapter.
- SvelteKit: A modern framework for building web applications with Svelte.
- Static Site Generation: The site is pre-rendered using a static site generation adapter, providing fast load times and improved SEO.
- Responsive Design: The blog is designed to be responsive and mobile-friendly.
- Markdown Support: Write your blog posts in Markdown for easy content creation.
Make sure you have the following installed:
-
Clone this repository:
git clone https://github.com/chulpyo/chulpyo.github.io.git cd chulpyo.github.io
-
Install the dependencies:
npm install
-
Start the development server:
npm run dev
-
Open your browser and navigate to
http://localhost:5173
to see the blog in action.
To build the project for production, run:
npm run build