An open API service indexing awesome lists of open source software.

https://github.com/estatisticaplusplus/low-level-learning

Website didático para o ensino de C, Fortran, R e Outras Linguagens
https://github.com/estatisticaplusplus/low-level-learning

c fortran julia low-level r scientific-computing

Last synced: about 1 month ago
JSON representation

Website didático para o ensino de C, Fortran, R e Outras Linguagens

Awesome Lists containing this project

README

          

# Desenvolvimento

Primeramente, inicialize um ambiente virtual (opcional) e instale os requisitos do MkDocs:

```bash
python -m venv .venv
source .venv/bin/activate
pip install mkdocs mkdocs-material python-markdown-math
```

Você poderá usar [uv](https://docs.astral.sh/uv) se preferir.

Para servir localmente, faça:

```bash
mkdocs serve
```