Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 667 Bytes

File metadata and controls

21 lines (15 loc) · 667 Bytes

Docker

Follow these steps to start the application using Docker

Dependencies

You will need the following things properly installed on your computer.

Steps

  • git clone <repository-url> this repository

  • cd open-event-frontend

  • cp .env.example .env

  • docker-compose up -d

  • Visit your app at http://localhost:4200

Version Information

  • These steps were tested successfully on Pop!OS 20.04(LTS) with Docker version 19.03.12 and docker-compose version 1.26.2