AllAlgorithms / algorithms

The All ▲lgorithms documentation website.
https://allalgorithms.com/
MIT License
156 stars 55 forks source link

Add yarn wrapper with Docker #46

Closed polettix closed 3 years ago

polettix commented 3 years ago

I am creating a pull request for...

This change adds scripts/docker-yarn-start.sh which allows serving the pages locally via nodejs/yarn from a Docker image.

This should ease contributions by people who don't have or don't want to install nodejs/yarn but still have Docker.

abranhe commented 3 years ago

I think this pull request is not necessary. I feel that the website should move to Next.js, but that’s still in consideration. This PR could be helpful if we decide not to move!

polettix commented 3 years ago

I guess that was a good choice - as long as it's on the current system, the script can be of help. It's a single standalone script and it will be easy to remove it if and when a migration will be done 😄