- accept invitation from your github account
- follow this article to setup SSH with git Setting Up Git | The Odin Project skip to bottom if you have git setup and configured
- type the following commands in command line in the directory where you wish to clone the project
git clone git@github.com:piyushya/tradEZY.gitcd tradEZY - install required packages for the project
npm install - Serve the site on your local host
npm run dev - Before you start making any changes to your local files, it's a good practice to first synchronize your local repository with the project repository. Use
git pull - work on the files
- stage changes
git add . - commit changes
git commit -m "commit message" - push changes
git push
-
Notifications
You must be signed in to change notification settings - Fork 1
piyushya/tradEZY
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published