https://github.com/logzio/documentation
https://github.com/logzio/documentation
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/logzio/documentation
- Owner: logzio
- License: apache-2.0
- Created: 2023-05-21T14:45:14.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2025-04-21T13:21:21.000Z (8 months ago)
- Last Synced: 2025-04-21T13:45:15.426Z (8 months ago)
- Language: Python
- Size: 6.94 MB
- Stars: 3
- Watchers: 3
- Forks: 4
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
1. Run:
```
git clone https://@github.com/logzio/documentation.git
```
2. Cd to the root folder:
```
cd documentation
```
3. Add Docusaurus:
```
yarn add docusaurus
```
4. Start local build:
```
yarn start
```