/EGaDS-Site

Main website for EGaDS

Primary LanguageJavaScript

EGaDS-Site

Main website for EGaDS

Starting the site

  • install all the dependencies with npm install
  • run a local server with npm start

Running with Docker (recommend)

  • Build docker with docker-compose build
  • Run in detached mode docker-compose up -d
  • Stop with docker-compose down