World Clock App Project dependencies Docker Docker Compose NVM Project setup Use the correct nodejs version: nvm use Install project dependencies: npm install Copy the sample env file and customize it to your needs: cp .env.sample .env Scripts Start a development server: docker-compose up