You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Located in /socket/ you will find a .example.env file. Make a copy of this file and rename it .env in it provide the credentials and host for your database.
Commands
SUDO may be required to run such commands
# Install NPM dependencies - Using Yarncd socket
yarn install
# Build using docker-compose # This will only build the images.
docker-compose -f docker-compose.dev.yml build
# Build and start docker images# This will build and start the docker images.
docker-compose -f docker-compose.dev.yml up --build