https://github.com/doczjs/docz-website
https://github.com/doczjs/docz-website
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/doczjs/docz-website
- Owner: doczjs
- License: mit
- Created: 2018-05-29T00:10:08.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-03-04T03:23:36.000Z (about 2 years ago)
- Last Synced: 2025-03-28T13:36:36.842Z (23 days ago)
- Language: TypeScript
- Homepage: https://www.docz.site/
- Size: 3.32 MB
- Stars: 74
- Watchers: 2
- Forks: 97
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- jimsghstars - doczjs/docz-website - (TypeScript)
README
# docz-website
Docz theme build for [docz site](http://docz.site)!
## Installation and usage
Just install the dependencies, then run Docz devserver to make changes!
```bash
yarn install
yarn dev
```The website will be available at [http://localhost:3000](http://localhost:3000).
After you make your changes, please send me a pull request!
🤓