Skip to content

Latest commit

 

History

History
75 lines (53 loc) · 2.04 KB

README.md

File metadata and controls

75 lines (53 loc) · 2.04 KB

A social platform built with Next.js 14 for community interaction, content sharing, and engaging discussions, with integrated Q&A features.

Introduction

Askdit is an open-source social platform for community interaction, content sharing, and engaging discussions, with integrated Q&A features. Built with Next.js 14, it offers:

  • Community Creation and Interaction: Users can create, join, and engage in diverse communities.
  • Multi-format Content Sharing: Support for regular posts, media uploads, and link sharing.
  • Integrated Q&A System: Ask questions, provide answers, and mark resolved issues.
  • User Engagement: Follow communities, upvote content, and participate in discussions.
  • Responsive Design: Seamless experience across devices with a modern, intuitive interface.

Run Locally

Clone the repository

git clone https://github.com/chiragverma11/askdit

Go to the project directory

cd askdit

Install dependencies

pnpm install

Copy the .env.example to .env and update the variables

cp .env.example .env

Push the database schema

pnpm run db:push

Start the development server

pnpm run dev

Tech Stack

Contributing

We welcome your contributions to Askdit. Here's how you can get involved:

  • Found a bug? Open an issue to report it.
  • Have an idea? Share it with us through an issue!
  • Ready to code? We welcome pull requests for new features, improvements, or bug fixes.