https://github.com/makamekm/docoru
Documentation framework
https://github.com/makamekm/docoru
docs documentation documentation-generator nextjs
Last synced: about 2 months ago
JSON representation
Documentation framework
- Host: GitHub
- URL: https://github.com/makamekm/docoru
- Owner: makamekm
- License: mit
- Created: 2024-12-06T11:53:19.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-13T20:14:05.000Z (over 1 year ago)
- Last Synced: 2025-03-13T21:26:59.919Z (over 1 year ago)
- Topics: docs, documentation, documentation-generator, nextjs
- Language: TypeScript
- Homepage: https://makamekm.github.io/docoru
- Size: 2.64 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Getting Started
For building your docs:
```bash
npx docoru build
```
To start simple http server:
```bash
npx http-server ./build --hostname 0.0.0.0 --port 3000
```
## Development
### Prepare
```bash
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.0/install.sh | bash
nvm install 18
nvm use 18
```
### Run
```bash
npm run dev
```