Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 371 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 371 Bytes

FYI if any problem occur please contact with me immediately.

Clone project to your device:

  1. git clone [repo-url]

Run project:

  1. npm install
  2. npm run dev

For github pushing:

  1. git add .
  2. git status
  3. git commit -m "your task name"
  4. git status
  5. git push

If you start to work after my push to repo please do the following steps:

  1. git pull