https://github.com/mareoraft/double-vortex
https://github.com/mareoraft/double-vortex
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mareoraft/double-vortex
- Owner: MareoRaft
- Created: 2020-10-10T23:16:38.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-10-29T17:56:38.000Z (9 months ago)
- Last Synced: 2025-02-02T18:15:19.397Z (5 months ago)
- Language: JavaScript
- Size: 24.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Double Vortex
Double vortex was a programming challenge I did with Andrew Robbins inspired by a [video about vortex rings](https://www.youtube.com/watch?v=72LWr7BU8Ao) by Physics Girl. We challenged ourselves to build an animation of a toroidal vortex in a day and the result was this [double vortex animation](http://learnnation.org/double-vortex.html).

## Deploy Notes
Attempting to deploy a *dockerized* version of this website.
# on the dev machine, build the latest image and push it to dockerhub
docker build -t mvlancellotti/double-vortex .
docker push mvlancellotti/double-vortex
# on the prod server, pull the latest image and run it
docker pull mvlancellotti/double-vortex
docker run -p 8007:8000 mvlancellotti/double-vortexand then hit the server's IP address at port 8007.