Skip to content

Commit

Permalink
fix: run pnpm fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
marco-souza committed May 12, 2023
1 parent 13ff65b commit e663c2c
Show file tree
Hide file tree
Showing 19 changed files with 2,159 additions and 849 deletions.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"typescript.tsdk": "node_modules/typescript/lib",
"typescript.enablePromptUseWorkspaceTsdk": true
}
}
14 changes: 8 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,17 @@ Este projeto tem por objetivo facilitar o processo de recepção de novos membro
## Instalação

1. Clone o repositório
- para fazer isso basta abrir o terminal e rodar o seguinte comando `git clone https://github.com/podcodar/app.git`

- para fazer isso basta abrir o terminal e rodar o seguinte comando `git clone https://github.com/podcodar/app.git`

2. Execute o comando `yarn` para instalar as dependências do projeto.
- lembre-se de navegar até a pasta onde o projeto se encontra e então quando la estiver, execute o comando acima! Ps: para navegar entre pastas pelo terminal basta usar o comando`cd nome da pasta` para entrar na pasta e `cd ..` para regredir.

- lembre-se de navegar até a pasta onde o projeto se encontra e então quando la estiver, execute o comando acima! Ps: para navegar entre pastas pelo terminal basta usar o comando`cd nome da pasta` para entrar na pasta e `cd ..` para regredir.

## Utilização

- Certifique-se de que os passos de instalação já estejam concluídos! E então execute um desses comandos,
- Certifique-se de que os passos de instalação já estejam concluídos! E então execute um desses comandos,

```bash
npm run dev
# or
Expand All @@ -21,7 +24,6 @@ yarn dev

Com o passo anterior feito, abra o link [http://localhost:3000](http://localhost:3000) para ver o resultado.


## Tecnologias Utilizadas

- Next JS
Expand All @@ -35,6 +37,6 @@ Com o passo anterior feito, abra o link [http://localhost:3000](http://localhost

1. Faça o fork do projeto
2. Crie uma branch com a sua feature: git checkout -b my-feature
3. Faça o commit das suas alterações: ```git commit -m 'fea: My new feature'```
3. Faça o commit das suas alterações: `git commit -m 'fea: My new feature'`
4. Faça o push da sua branch: git push origin my-feature
5. Envie um Pull Request
5. Envie um Pull Request
4 changes: 2 additions & 2 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ const nextConfig = {
appDir: true,
},
images: {
domains: ["images.unsplash.com"]
}
domains: ["images.unsplash.com"],
},
};

const withBundleAnalyzer = require("@next/bundle-analyzer")({
Expand Down
Loading

0 comments on commit e663c2c

Please sign in to comment.