# Sealious app ## Requirements - docker - docker-compose (version 2.6 or up) ## Installation ``` ./npm.sh install ``` Always use ./npm.sh when installing dependencies. ## Running the app in development mode ``` npm run build && SEALIOUS_DB_DELAY=1500 NETWORK_DELAY=1500 npm start ``` ## Testing ``` ./npm.sh run test ```