Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 319 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 319 Bytes

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