Skip to content

vaishnavishinde015/BlogSpace

Repository files navigation

BlogSpace

Description

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.

Features

  • Create, edit, and delete blog posts
  • Responsive and modern UI with Tailwind CSS
  • Supports markdown formatting
  • User authentication (if applicable)
  • Fast and optimized performance

Installation

Prerequisites

Make sure you have the following installed:

Steps

  1. Clone the repository:
    git clone https://github.com/vaishnavishinde015/BlogSpace.git
    cd BlogSpace
  2. Install dependencies:
    npm install  # or yarn install
  3. Set up environment variables:
    • Create a .env file in the root directory
    • Add required environment variables (refer to .env.example if available)
  4. Run the development server:
    npm run dev  # or yarn dev

Usage

  • Open http://localhost:3000 in your browser
  • Sign in (if authentication is implemented)
  • Start writing and publishing your blogs!

Deployment

To deploy the project:

npm run build

Then deploy the output on a hosting service like Vercel, Netlify, or Firebase.

Contributing

Feel free to fork the repository and submit pull requests.

License

This project is licensed under the MIT License.

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published