You will need to install Docker and the docker-compose standalone script to run the docker env. Otherwise you will need a compatible NodeJS and Python environment.
To build the application run:
docker-compose buildTo run the application run:
docker-compose up Additionally, you can build and run the application in the background.
docker-compose up --build -dYou can stop the development server by running:
docker-compose downAfter running you can open your browser to localhost:8080