Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rakannimer/docz-playground-shadowing
Temporary docz Playground shadowing experimentation
https://github.com/rakannimer/docz-playground-shadowing
Last synced: 12 days 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: 2024-12-16T22:13:53.915Z (2 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
```