Context and Problem Statement
    
    As we grow the functionalities of the explorer, the code complexity grows among with it.
    Currently the whole explorer codebase is in the decentraland/explorer repository.
    It is roughly divided in two big chunks:
    
    
    
      Considered Options
    
    
      Create a new top-level directory named "website" or "shell" in the
      explorer repository and slowly start moving browser specific code to it.
    
    
    
      Decision Outcome
    
    Staged execution:
    
      Build kernel artifacts and publish to NPM
 
      - 
        
          Move react code to new "website" folder continuing consuming files from kernel
        
       
      - 
        
          (future stages) slowly move sagas and browser specific code to the new website/shell
          folder
        
       
    
    
      Participants
    
    
      Agustin Mendez
 
      Brian Amadori
 
      Ezequiel Camino
 
      Marcos Nuñez Cortés
 
      Pablo de Haro
 
    
    License
    Copyright and related rights waived via CC0-1.0.