BlogSpace is a modern blogging platform that allows users to create, edit, and share blog posts. It is built using TypeScript, Tailwind CSS, and other modern web technologies.
- Create, edit, and delete blog posts
- Responsive and modern UI with Tailwind CSS
- Supports markdown formatting
- User authentication (if applicable)
- Fast and optimized performance
Make sure you have the following installed:
- Node.js
- npm or yarn
- Clone the repository:
git clone https://github.com/vaishnavishinde015/BlogSpace.git cd BlogSpace - Install dependencies:
npm install # or yarn install - Set up environment variables:
- Create a
.envfile in the root directory - Add required environment variables (refer to
.env.exampleif available)
- Create a
- Run the development server:
npm run dev # or yarn dev
- Open
http://localhost:3000in your browser - Sign in (if authentication is implemented)
- Start writing and publishing your blogs!
To deploy the project:
npm run buildThen deploy the output on a hosting service like Vercel, Netlify, or Firebase.
Feel free to fork the repository and submit pull requests.
This project is licensed under the MIT License.