There are three different frontend flavours:
- Main
- Frontier
- Testnet
make frontendBrowse to http://localhost:3000/
make frontierBrowse to http://localhost:3001/
make testnetBrowse to http://localhost:3002/
You can run them all with make all
In case you need to build images only:
docker-compose build frontenddocker-compose build frontend-frontierdocker-compose build frontend-testnet