Mobile app providing code-related humor and much more.
- Clone this repository:
git clone https://github.com/{your-username}/devvscape-code-humor.git
cd devvscape
- Install the dependencies:
npm install --force
- Configure Firebase:
- Create a Firebase project at https://console.firebase.google.com/
- Copy your Firebase configuration and replace it in src/environments/environment.ts:
export const environment = {
production: false,
firebaseConfig: {
apiKey: 'your-api-key',
authDomain: 'your-auth-domain',
projectId: 'your-project-id',
storageBucket: 'your-storage-bucket',
messagingSenderId: 'your-messaging-sender-id',
appId: 'your-app-id',
},
};
- Run the app:
ionic serve
-
Build Android App
ionic capacitor build
Sync your web code to your native project
npx cap sync
To open the project in Android Studio, run:
npx cap open android
Open your browser and navigate to http://localhost:4200
Stay updated with the latest news, announcements, and tech discussions. Connect with us on social media:
We welcome contributions from the developer community. If you'd like to contribute to Devvscape, please check out our Contributing Guidelines.
This project is licensed under the MIT License.
Made with ❤️ by the Devvscape Team