Repository to host the eLearning material for the FAIR training
Install Docker Desktop
# Build the Docker image
docker build -t fair-training .
# Run the site
docker run -p 4000:4000 -v $(pwd):/site fair-metrolineOpen http://localhost:4000 in your browser. The site will automatically reload when you make changes!
To stop: Press Ctrl+C