Skip to content

yuvrajsinh5252/WhispherDocs

Repository files navigation

WhispherDocs

Simple way to get answers to your questions.

Getting Started

Here are the instructions that will guide you to install and use the project.

  1. Clone the repo
git clone https://github.com/yuvrajsinh5252/WhispherDocs.git
  1. Navigate into it and install bun packages
cd WhispherDocs
bun install
  1. Create a .env file in the root of the project and add the following environment variables:

  2. Start the development server:

bun run dev
  1. Open your web browser and visit http://localhost:3000 to see the application running.

Contributing

We welcome contributions to improve this project. If you'd like to contribute, please follow these steps:

  1. Fork the repository.
  2. Create a new branch for your feature or bug fix: git checkout -b feature-name.
  3. Make your changes and commit them: git commit -m 'Description of changes'.
  4. Push to your fork: git push origin feature-name.
  5. Create a pull request.

Thank you for your interest in contributing to this project!