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 (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-10-24T11:42:55.000Z (over 5 years ago)
- Last Synced: 2025-02-09T07:24:02.404Z (5 months ago)
- Language: JavaScript
- Size: 210 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
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
```