https://github.com/rakannimer/docz-playground-shadowing
Temporary docz Playground shadowing experimentation
https://github.com/rakannimer/docz-playground-shadowing
Last synced: 3 months ago
JSON representation
Temporary docz Playground shadowing experimentation
- Host: GitHub
- URL: https://github.com/rakannimer/docz-playground-shadowing
- Owner: rakannimer
- Created: 2019-10-24T11:42:23.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2025-06-24T06:06:33.000Z (5 months ago)
- Last Synced: 2025-08-13T11:58:32.603Z (4 months ago)
- Language: JavaScript
- Size: 683 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Playground shadowing Docz example
## Setup
```sh
yarn # npm i
```
## Run
```sh
yarn dev # npm run dev
```
## Build
```sh
yarn build # npm run build
```
## Serve built app
```sh
yarn serve # npm run serve
```