Skip to content

Commit

Permalink
tentiva de criar nova trilha de python
Browse files Browse the repository at this point in the history
  • Loading branch information
endersonmenezes committed Jan 31, 2024
1 parent 90f40d7 commit 66e1c2f
Show file tree
Hide file tree
Showing 5 changed files with 816 additions and 1 deletion.
1 change: 1 addition & 0 deletions .python-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.12
21 changes: 20 additions & 1 deletion DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,33 @@ brew install cairo freetype libffi libjpeg libpng zlib
mkdocs serve
```

## Deploy Locale
## Deploy Locally

Você pode usar o seguinte comando abaixo para enviar localmente sua versão de emergência, porém recomendamos utilizar o fluxo de git-flow.

```
mkdocs gh-deploy
```

## Deploy Path's Locally

```bash
# Install GO
sudo apt-get install golang-go
export GOPATH="$HOME/go"
PATH="$GOPATH/bin:$PATH"

# Install Claat
go install github.com/googlecodelabs/tools/claat@latest

# Export Codelabs
path="python-101.md"
claat export $path

# Open the index.html generated and do not commit that file
```


## Development Environment

A Branch `develop` é a branch de desenvolvimento, onde todas as features são testadas e desenvolvidas. O Workflow dela cria a branch `gh-pages-develop` e você é capaz de visualizar o status dela [clicando aqui](https://raw.githack.com/codaqui/institucional/gh-pages-develop/index.html).
Loading

0 comments on commit 66e1c2f

Please sign in to comment.