# Instalation
There are two ways to install the frontend applications locally:
- Install all the application (API and Frontend) following the docker repository (opens new window) steps;
- Install only the frontend applications and point them to the dev or staging APIs.
# Install only Frontend Applications
- Clone this repository and nested to it the repositories that you will work on
.
├─ toadsworth # git clone [email protected]:JumiaPayAIG/toadsworth.git
├─ chomp # git clone [email protected]:JumiaPayAIG/chomp.git
├─ kamek # git clone [email protected]:JumiaPayAIG/kamek.git
├─ frosty # git clone [email protected]:JumiaPayAIG/frosty.git
└─ bloopers # git clone [email protected]:JumiaPayAIG/bloopers.git
TIP
We clone the repositories nested to each other so we can maintain the compatibility with the docker repository approach.
- Inside
toadsworth
run
make install
- Inside
chomp
create an.env.remote.local
file and paste there the values of the API keys (If you don't have them, ask to the other frontend developers).
cp .env.remote .env.remote.local
- Run the applications
make up # up all the applications
- 🎉 Access the applications at: