echox
1.0.0
go run server.gowebsite folder, install the required dependencies by running the following command npm install.npm start.cd website
npm install
npm startThis will serve website on http://localhost:3000/
docker run --rm -it --name echo-docs -v ${PWD}/website:/home/app -w /home/app -p 3000:3000 -u node node:lts /bin/bash -c "npm install && npm start -- --host=0.0.0.0"