Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 953 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 953 Bytes

Discover-demo

A web interface to showcase demos of the Discover project.

Please refer to api/README and front/README for installing and running each individual part.

General requirements

Development

  1. To install the API and Front application following the instructions in api/README and front/README
    bash setup.sh
  2. Change the .env.dev variables to fit your requirements.
  3. To start everything in one killable process, run (after installing each part like advised in the subfolders):
    bash run.sh