- Run cors-anywhere
** Run cors-anywhere directly
PORT=1080 nohup nodejs server.js &
** Run cors-anywhere in a Docker container
cd $WORKSPACE_DIR/dc-cors-anywhere
docker-compose up -d
- Run jekyll to build the site
bundle exec jekyll build
- Run jekyll to serve the site
bundle exec jekyll serve --host=0.0.0.0