https://github.com/rocketsgraphql/docs
https://github.com/rocketsgraphql/docs
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rocketsgraphql/docs
- Owner: RocketsGraphQL
- Created: 2021-09-16T19:42:55.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-02-04T15:37:00.000Z (almost 4 years ago)
- Last Synced: 2025-06-03T04:12:37.028Z (8 months ago)
- Language: Dockerfile
- Size: 2.36 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# rocketgraph-docs
## Setup
Install dependencies:
```bash
yarn install
```
## Development
```bash
yarn dev
```
## Static Generation
This will create the `dist/` directory for publishing to static hosting:
```bash
yarn generate
```
To preview the static generated app, run `yarn start`
For detailed explanation on how things work, checkout [nuxt/content](https://content.nuxtjs.org) and [@nuxt/content theme docs](https://content.nuxtjs.org/themes-docs).