https://github.com/mistlog/react-peg-docs
Docs for react-peg
https://github.com/mistlog/react-peg-docs
Last synced: 2 months ago
JSON representation
Docs for react-peg
- Host: GitHub
- URL: https://github.com/mistlog/react-peg-docs
- Owner: mistlog
- License: mit
- Created: 2021-01-09T09:22:32.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-01-14T14:24:59.000Z (over 4 years ago)
- Last Synced: 2025-02-01T15:31:17.073Z (4 months ago)
- Language: JavaScript
- Homepage: https://mistlog.github.io/react-peg-docs/
- Size: 265 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ReactPeg Docs
Docs for react-peg.
## Local Setup
```bash
> cd website
> npm install
> npm run start
```