michael-maltsev / cheese-fork

A scheduling helper web application for Technion students
https://cheesefork.cf
GNU General Public License v3.0
50 stars 13 forks source link

Add VSCode Dev Container #35

Closed PNone closed 2 weeks ago

PNone commented 6 months ago

Add configuration for a vscode dev container for this project for easy usage by devs This allows the creation of a working dev environment with all the project's requirements without the need for installing any programs on the pc, other than docker, or any vscode extensions other than Microsoft's "Dev Containers".

Also:

PNone commented 6 months ago

@michael-maltsev This PR will allow the creation of an easy and ready-to-go dev environment for anyone that has docker and vscode with the dev container extension. I, for example, was able to run the program without installing php or node on my pc using this method