raulvillares / 3sacrowd

Tic-Tac-Toe puzzle using plain javascript :video_game:
https://raulvillares.github.io/3sacrowd/index.html
35 stars 69 forks source link

Adding a vagrant file #44

Closed jdbohrman closed 3 years ago

jdbohrman commented 6 years ago

I just came across this repo and thought you all might enjoy a Vagrantfile. Having a single disposable, consistent environment that isolates dependencies can really lower development times and help make sure everyone is on the same page environment wise.

titivermeesch commented 4 years ago

Do we really need Vagrant for this? It would maybe be better to have a correctly configured package file that will handle all the dependencies correctly. I guess this would fix the issue you are trying to resolve with Vagrant.