Closed shmolf closed 3 months ago
I'm trying to get my personal self into a state where my personal machine doesn't need any languages (PHP/Ruby/Python) installed.
Rather, I think we can get to where we perform any implementation within Docker container, by using DevContainers.
This update provides a dev container that has both Python and Node installed.
website
I've tested this by running the make command within the terminal of the dev container, and watched as it completed execution.
make
@Lissy93 Feel free to close this PR if you'd prefer to not accept the changes.
I'm trying to get my personal self into a state where my personal machine doesn't need any languages (PHP/Ruby/Python) installed.
Rather, I think we can get to where we perform any implementation within Docker container, by using DevContainers.
This update provides a dev container that has both Python and Node installed.
website
branchI've tested this by running the
make
command within the terminal of the dev container, and watched as it completed execution.