# Sealious App ## Requirements - docker - docker-compose (version 2.6 or up) ## Installation ``` ./get-map.sh ./npm.sh install docker-compose build ``` Always use ./npm.sh when installing dependencies. ## Running the app in development mode ``` docker-compose up -d npm run watch ``` ## Testing ``` ./npm.sh run test ```