Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cacic-fct/cacic-fct.github.io
Homepage do CACiC
https://github.com/cacic-fct/cacic-fct.github.io
docusaurus markdown material-ui mui react
Last synced: 14 days ago
JSON representation
Homepage do CACiC
- Host: GitHub
- URL: https://github.com/cacic-fct/cacic-fct.github.io
- Owner: cacic-fct
- License: other
- Created: 2022-01-13T18:31:32.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-01-15T12:30:16.000Z (17 days ago)
- Last Synced: 2025-01-15T14:16:56.267Z (17 days ago)
- Topics: docusaurus, markdown, material-ui, mui, react
- Language: TypeScript
- Homepage: https://cacic-fct.github.io
- Size: 14.4 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: License.txt
Awesome Lists containing this project
README
# Homepage do CACiC
A "Homepage do CACiC" apresenta a entidade, além de agregar seus feitos, conquistas e informações úteis para os alunos.
## Contribuindo
Todos podem contribuir para a "Homepage do CACiC".
Leia o [guia de contribuição do CACiC](https://github.com/cacic-fct/.github/blob/main/Contributing.md).
## Site
O site é construído com [Docusaurus](https://docusaurus.io/) e pode ser acessado em [cacic-fct.github.io](https://cacic-fct.github.io).
### Desenvolvimento
Para iniciar o site localmente, primeiro instale o [Bun](https://bun.sh/).
Depois, instale as dependências:
```bash
bun install
```Em seguida, inicie o servidor de desenvolvimento:
```bash
bun run start
```### Deploy
Todas as mudanças feitas no repositório `main` são publicadas automaticamente.