Skip to content
This repository has been archived by the owner on Aug 1, 2023. It is now read-only.

Latest commit

 

History

History
24 lines (16 loc) · 611 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 611 Bytes

workspace

📦 VSCode workspace files

Usage

  1. Create a new top-level directory which will serve as a base for all other projects. Clone all other projects into that top-level directory, including this one. Afterwards your tree structure should look like the following:
Softwareprojekt/
├── backend
├── frontend
└── workspace
  1. cd into workspace

  2. Install Node.js >= 12.20.0, >= 14.13.1 or >= 16.0.0 and run the following:

node cli.js
  1. A file called workspace.code-workspace will be created. Open that file with VSCode.