Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Docker

There are three different frontend flavours:

  • Main
  • Frontier
  • Testnet

Run main frontend

make frontend

Browse to http://localhost:3000/

Run frontier

make frontier

Browse to http://localhost:3001/

Run testnet

make testnet

Browse to http://localhost:3002/

Run all

You can run them all with make all

Build images

In case you need to build images only:

Main

docker-compose build frontend

Frontier

docker-compose build frontend-frontier

Testnet

docker-compose build frontend-testnet