Here are the instructions that will guide you to install and use the project.
- Clone the repo
git clone https://github.com/yuvrajsinh5252/WhispherDocs.git
- Navigate into it and install bun packages
cd WhispherDocs
bun install
-
Create a
.env
file in the root of the project and add the following environment variables: -
Start the development server:
bun run dev
- Open your web browser and visit
http://localhost:3000
to see the application running.
We welcome contributions to improve this project. If you'd like to contribute, please follow these steps:
- Fork the repository.
- Create a new branch for your feature or bug fix:
git checkout -b feature-name
. - Make your changes and commit them:
git commit -m 'Description of changes'
. - Push to your fork:
git push origin feature-name
. - Create a pull request.
Thank you for your interest in contributing to this project!