Skip to content

Commit

Permalink
Remoção das dependências não utilizadas
Browse files Browse the repository at this point in the history
  • Loading branch information
BiancaFSilva committed Jul 25, 2024
1 parent 12de7f3 commit 0cbfddc
Show file tree
Hide file tree
Showing 4 changed files with 73 additions and 1,299 deletions.
25 changes: 23 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,31 @@ Atualmente, o sistema está disponível apenas para plataformas web, de modo que
### Demonstração
![Demo](https://github.com/Tech-FestivalDoJapao/Gerenciamento/assets/164685231/49769f94-ac78-4758-a180-92aa8f8a4909)

## Como rodar o projeto localmente
## Estrutura
O esquema abaixo representa a estrutura de pastas do projeto:
```sh
fj-tech/
├── dist/
│ └── index.html
├── src/
│ ├── js/
│ │ ├── estandes/
│ │ ├── recursos/
│ │ ├── voluntarios/
│ │ │ └── festival/
│ │ └── main.js
│ └── scss/
│ └── styles.scss
├── package-lock.json
├── package.json
└── webpack.config.js
```
> <small>Apenas os principais arquivos foram listados, navegue pelos diretórios para ver a estruturação dos arquivos na íntegra</small>
### Como rodar o projeto localmente
```sh
git clone https://github.com/Tech-FestivalDoJapao/Gerenciamento.git
cd fj-tech
npm install
npm run dev
```
```
Loading

0 comments on commit 0cbfddc

Please sign in to comment.