Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/gabrioliv/garden

"A Collection of Evolving Notes"
https://github.com/gabrioliv/garden

digital-garden docusaurus docusaurus-v3

Last synced: about 2 months ago
JSON representation

"A Collection of Evolving Notes"

Awesome Lists containing this project

README

        

# Garden

Repositório para documentação em formato digital garden.

---

## Instalando o Projeto

```bash
git clone [email protected]:GabriOliv/garden.git
```
```bash
cd garden
```
```bash
npm install
```
```bash
npm start
```

Build:
```bash
npm run build
```

---