An intro to JavaScript with p5.js.
Requirements
- You need to have Docker and Docker Compose installed
Run in root folder,
docker-compose build && docker-compose up -d
Check your browser on,
http://127.0.0.1
Shutdown the containers,
docker-compose down