About The Project
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:
- Go to
/auth
folder and create a file namedconfig.ts
then add this piece of code and don’t forget to replace thexxxxxxxxxxxxxxxxxxxxxxxxxxxxx
‘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!
- Fork the Project
- Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push
) - 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