Skip to content

chafikchaban/language-learning-pal

Repository files navigation

logo

This project was mainly developed using these tools:

Installation 📦

# clone the repo
git clone [email protected]:chafikchaban/language-learning-pal.git

# go into the app's directory
cd language-learning-pal

# install app's dependencies
npm install

Running ⚙️

To run the project you will have to setup your local environment first.

Please make sure to complete Ionic Framework Guides.

The app may run in two environments: production or development.

running on the browser

ionic serve

Running on iOS ( Emulator or physical device )

ionic capacitor run ios --l --external

Running on Android ( Emulator or physical device )

 ionic capacitor run android -l --external

What's next? 🛠️

Developer documentation can be found here.