Demo Blog with SvelteKit (Live)
This is a demo blog project built with SvelteKit. Uses Map to manage the blog posts and display them on the home page.
- Clone the repository and navigate to the project directory
git clone https://github.com/saadfrhan/simple-demo-blog-sveltekit.git
cd simple-demo-blog-sveltekit
- Install the dependencies
pnpm install
- Run the project
pnpm dev
- Navigate to localhost:5173 in your browser to see the project.
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated. Star the project if you like it.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request.