Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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"
- Host: GitHub
- URL: https://github.com/gabrioliv/garden
- Owner: GabriOliv
- Created: 2022-03-31T11:54:31.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-09-15T01:52:19.000Z (4 months ago)
- Last Synced: 2024-09-16T07:21:04.109Z (4 months ago)
- Topics: digital-garden, docusaurus, docusaurus-v3
- Language: TypeScript
- Homepage: https://gabrioliv.github.io/garden/
- Size: 3.19 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```---