-
Notifications
You must be signed in to change notification settings - Fork 628
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
15 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,26 @@ | ||
# GitTrainingWall | ||
A project for training participants to collaborate using GitHub. | ||
# Git Training Wall | ||
Um projeto de mural para os participantes do curso de Git e GtHub contribuirem aplicando os conceitos aprendidos no curso. | ||
|
||
## See course info | ||
## Sobre o curso | ||
|
||
[https://brorlandi.github.io/curso-git/](https://brorlandi.github.io/curso-git/) | ||
|
||
## See the Wall | ||
## Veja o mural | ||
|
||
[http://brorlandi.github.io/GitTrainingWall/](http://brorlandi.github.io/GitTrainingWall/) | ||
|
||
## Running | ||
## Executando | ||
|
||
Use os comandos abaixo | ||
|
||
pip install Flask | ||
python server.py | ||
|
||
Access `http://localhost:5000` | ||
Accesse `http://localhost:5000` | ||
|
||
## Sobre Pull Requests | ||
|
||
Lembre-se que sua PR deve ter apenas 1 arquivo alterado que é o arquivo correspondente a adição do seu usuário ao mural. | ||
Caso tenha algo a corrigr ou melhorar na sua PR posso pedir para que seja alterada e se não houver resposta depois de um mês cancelarei a PR. Caso isso aconteça o aluno pode fazer uma nova PR corrigida se quiser ainda contribuir com o repositório. | ||
|
||
Bons estudos! |