Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/olavea/gatsbyjs-dev-newbies-1
GatsbyJS-dev-newbies
https://github.com/olavea/gatsbyjs-dev-newbies-1
Last synced: 24 days ago
JSON representation
GatsbyJS-dev-newbies
- Host: GitHub
- URL: https://github.com/olavea/gatsbyjs-dev-newbies-1
- Owner: olavea
- Created: 2020-02-19T13:01:53.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-02-19T13:03:51.000Z (almost 5 years ago)
- Last Synced: 2024-10-27T10:50:49.674Z (2 months ago)
- Language: JavaScript
- Size: 217 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Basic Docz example
## Using `create-docz-app`
```sh
npx create-docz-app docz-app-basic
# or
yarn create docz-app docz-app-basic
```## Download manually
```sh
curl https://codeload.github.com/doczjs/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
```## Build
```sh
yarn build # npm run build
```## Serve built app
```sh
yarn serve # npm run serve
```