Log in to your Github account

Move the mouse to the profile picture, select “Your Profile” and click to enter

Fill in project information

In step 3, add. Gitignone selects Node, and the project automatically writes some common node ignored code.

Choose a license means to select an open source license. In this case, the MST protocol is selected so that people can reference your code without worrying about copyright issues.

Project created successfully

Create an empty folder on your computer disk to save the code

Copy the repository address on Github just now

Go to the new empty folder -> right click the mouse -> click “git bash here” to display the Git terminal

In git terminal, type “git clone” and paste the address.Github.com/Josie2662/n…

When you’re done, you’ll have a few more files in your folder

Use vscode to open the folder