Skip to content
This repository has been archived by the owner on Jan 24, 2025. It is now read-only.

Commit

Permalink
docs(docz-example-basic): add instructions to quickly run the example
Browse files Browse the repository at this point in the history
  • Loading branch information
rakannimer committed Aug 27, 2019
1 parent 84918d8 commit a4f9203
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions examples/basic/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Basic Docz example

## Download manually

```sh
curl https://codeload.github.com/pedronauck/docz/tar.gz/master | tar -xz --strip=2 docz-master/examples/basic
mv basic docz-basic-example
cd docz-basic-example
```

## Setup

```sh
yarn # npm i
```

## Run

```sh
yarn dev # npm run dev
```

0 comments on commit a4f9203

Please sign in to comment.