Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mareoraft/double-vortex
https://github.com/mareoraft/double-vortex
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/mareoraft/double-vortex
- Owner: MareoRaft
- Created: 2020-10-10T23:16:38.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-10-28T20:45:29.000Z (3 months ago)
- Last Synced: 2024-10-28T21:31:12.904Z (3 months ago)
- Language: JavaScript
- Size: 3.91 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).
![](banner.png)
## 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.