Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 475 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 475 Bytes

World Clock App

Project dependencies

Project setup

  1. Use the correct nodejs version: nvm use
  2. Install project dependencies: npm install
  3. Copy the sample env file and customize it to your needs: cp .env.sample .env

Scripts

  • Start a development server: docker-compose up