https://github.com/mannuelf/react-docz-alamode
https://github.com/mannuelf/react-docz-alamode
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mannuelf/react-docz-alamode
- Owner: mannuelf
- Created: 2021-10-24T19:03:29.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-10-24T19:12:54.000Z (over 4 years ago)
- Last Synced: 2025-06-12T08:45:52.771Z (about 1 year ago)
- Language: TypeScript
- Size: 5.23 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React docz alamode
React and docz alamode is an example of using Docz and react in one single repo.

photo: Dwight Burdette, CC BY 3.0 , via Wikimedia Commons
## Getting started
Fork repo, and clone it.
```bash
yarn install
```
### local development
Start development server and docz documentation development server at same time
```bash
yarn dev
```
### docz documentation only
```bash
yarn docz:dev
```