Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 550 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 550 Bytes

weber-insight

Weber Dashboard Management and Insight

Getting Started

Run without Docker

Prerequisites

How to run

  • Clone/download this repository
  • Copy .env.example as .env and edit your credentials
  • Open views folder and run yarn install
  • Open the root of this repository and run go run .

Run with Docker

  • Clone/download this repository
  • Copy .env.example as .env and edit your credentials
  • Run docker-compose up --build