How to launch yourself using Node.js and Visual Studio Code
# install yarn
npm install --global yarn
# now install all modules
yarn
# now start project
yarn dev
This program is licensed under the GPL-3.0 License. Please read the License file to know about the usage terms and conditions.