Skip to content

Add to readme how to run the project #19

@MindfulLearner

Description

@MindfulLearner

Prima di iniziare, vai nella cartella della repository e fai:

  1. stiamo creando su locale un branch con checkout, poi con push -u origin github si synchera' con il locale
git checkout -b "docs/update-readme"
git push -u origin "docs/update-readme"

Update readME add how to run project e.g.

- npm install...

Poi esegui il push classico: o su terminale o su vscode

git add .
git commit -m "fatta questa modifica"
git push

vai sulla sezione pull request

e apri la pull request :p

Image

attendi che la pr sia accettata


DOPO il merge

dato che abbiamo fatto gia' le modifiche e la pr e' stata mergiata, torniamo al branch principale.

ATTENZIONE sempre a controllare in che branch siamo.

git checkout main 

Metadata

Metadata

Assignees

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions