Logo

Shibhouse

Re-taking voice conversations to the moon ?

Contributors Forks Stargazers Issues MIT License

About The Project

shibhouse-demo

Shibhouse is a clone of Dogehouse which is a clone of Clubhouse trying to re-take voice conversations to the moon.

Built With

Big shout out to the creators of those tools

Getting Started

To install the project in your machine, please follow the instructions below:

Install & usage

Clone the repository

git clone https://github.com/azizbecha/shibhouse.git

Install dependencies

npm install

Add Firebase app config:

  1. Go to /auth folder and create a file named config.ts then add this piece of code and don’t forget to replace the xxxxxxxxxxxxxxxxxxxxxxxxxxxxx‘s with your data

export const firebaseConfig = {
    apiKey: "xxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
    authDomain: "xxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
    projectId: "xxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
    storageBucket: "xxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
    messagingSenderId: "xxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
    appId: "xxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
    measurementId: "xxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
};

Run locally

npm run dev

Contributing

Shibhouse is open-source and open to contributors. We apperciate all of your efforts making Shibhouse a reliable environment.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag “enhancement”. Don’t forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Commit your Changes (git commit -m 'Add some AmazingFeature')
  3. Push to the Branch (git push)
  4. Open a Pull Request with adding a feature explaining to make it easy to understand

License

Distributed under the MIT License. See LICENSE.md for more information.

Contact

Aziz Becha – @azizbechaa[email protected]

Project Link: https://github.com/azizbecha/shibhouse

GitHub

View Github