Skip to content

Commit

Permalink
Merge pull request #18 from plonegovbr/issue-17-docs-readme
Browse files Browse the repository at this point in the history
Atualizar README do projeto
  • Loading branch information
luxcas authored Nov 30, 2024
2 parents 8141546 + be78230 commit c36f3bb
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,16 @@ make stack-create-site

E... pronto! Seu site Plone está rodando localmente! 🚀

### Troubleshoot 🔧

Caso tenha problemas para instalar o pnpm, utilize:

```npm install -g pnpm```

Em caso de `RequiredDependencyException`, instalar o pacote `libjpeg-dev`

```sudo apt install libjpeg-dev```

## Estrutura do Projeto 🏗️

Este monorepo consiste em três seções distintas: `backend`, `frontend` e `devops`.
Expand All @@ -91,7 +101,7 @@ Este monorepo consiste em três seções distintas: `backend`, `frontend` e `dev
Para formatar automaticamente seu código e garantir que ele atenda aos padrões de qualidade, execute:

```shell
make check
make format
```

Os linters podem ser executados individualmente dentro das pastas `backend` ou `frontend`.
Expand Down

0 comments on commit c36f3bb

Please sign in to comment.