This project was mainly developed using these tools:
- Ionic CLI for project initialisation.
- Angular as development framework.
- Capacitor as native runtime.
# 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
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.
ionic serve
ionic capacitor run ios --l --external
ionic capacitor run android -l --external
Developer documentation can be found here.