Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 381 Bytes

File metadata and controls

19 lines (13 loc) · 381 Bytes

developer-dashboard

Run locally

If you want to run the setup locally you need to:

  • Pull all submodules

  • cd into each submodule and run using npm

    npm install --legacy-peer-deps
    npm run start 
    

Run using Docker

  • You can also use docker to run the demo.
  • cd into docker directory and configure .env file
  • Run docker-compose file