/computer-science-experiment-iii

Repository that summarizes the development environment required for the Computer Science Experiment III.

Primary LanguageCMIT LicenseMIT

Computer Science Experiment III by NITIC

Repository that summarizes the development environment required for the Computer Science Experiment III. Provides a comfortable devcontainer life! 📦 ✨

Setup

can use Dev Containers to setup the development environment.

Before start, you need to clone this repository and pre-setup by running the following command:

git clone "https://github.com/dino3616/computer-science-experiment-iii"
cd "computer-science-experiment-iii"
cp ".env.template" ".env"

You need to press Shift + Cmd (Ctrl) + P, and type Dev Containers: Open Folder in Container.... Then, select the root directory of this repository. Now all you have to do is sit back and wait!