Untitled
unknown
plain_text
2 years ago
684 B
2
Indexable
1. Installing vs code In command prompt -> winget install vscode or download and run the exe file 2. Installing git and github desktop ->Sign up on github.com In command prompt ->winget install GitHub.GitHubDesktop ->winget install Git.Git 3. Installing the game code -> Make a folder where you want to copy the code. And copy the folder directory In command prompt -> cd Directory ( don't type directory paste in the directory of the folder) ->git clone "https://github.com/skandarajeev/deception-prodigy" 4. Installing the dependencies In command prompt -> winget install OpenJS.NodeJS Once its complete restart command prompt and type ->npm install yarn -global
Editor is loading...