Skip to content

Latest commit

 

History

History
74 lines (53 loc) · 1.51 KB

README.md

File metadata and controls

74 lines (53 loc) · 1.51 KB

Developers Escape (Devvscape)

Mobile app providing code-related humor and much more.

Get Started

  1. Clone this repository:
git clone https://github.com/{your-username}/devvscape-code-humor.git
cd devvscape
  1. Install the dependencies:
npm install --force
  1. Configure Firebase:
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',
  },
};
  1. Run the app:
ionic serve
  1. 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

Connect with Us

Stay updated with the latest news, announcements, and tech discussions. Connect with us on social media:

Twitter

Contributors

We welcome contributions from the developer community. If you'd like to contribute to Devvscape, please check out our Contributing Guidelines.

License

This project is licensed under the MIT License.

Made with ❤️ by the Devvscape Team