This project is a blog template built using Vite.js and SCSS.
Vite Venky Blog is a blog template designed to be fast and modern, built with Vite.js and SCSS. It provides a simple and efficient development environment for creating a personal or professional blog.
- Built with Vite.js for fast and efficient development
- SCSS for easy styling customization
- Modern and minimalist design
- Optimized for performance and responsiveness
Before you begin, ensure you have Node.js installed.
- Clone the repository:
https://github.com/BoddepallyVenkatesh06/Vite-Venky.Blog.git
cd vite-venky-blog
- Install dependencies:
npm install
To start the development server, run:
npm run dev
This will start the development server at http://localhost:3000
.
To build for production, run:
npm run build
This will generate a production-ready build in the dist
directory.
Contributions are welcome! If you'd like to contribute to Vite Venky.Blog, please follow these steps:
- Fork the project.
- Create a new branch:
git checkout -b feature-name
. - Commit your changes:
git commit -m 'Add some feature'
. - Push to the branch:
git push origin feature-name
. - Submit a pull request.
This project is licensed under the MIT License - see the LICENSE.md file for details.