https://github.com/chriskalmar/shyft-docs
📕 Shyft documentation website →
https://github.com/chriskalmar/shyft-docs
api api-documentation docs documentation framework graphql javascript js react shyft website
Last synced: 7 months ago
JSON representation
📕 Shyft documentation website →
- Host: GitHub
- URL: https://github.com/chriskalmar/shyft-docs
- Owner: chriskalmar
- License: mit
- Created: 2019-03-03T20:02:45.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-03-07T11:08:57.000Z (7 months ago)
- Last Synced: 2025-03-07T12:22:47.312Z (7 months ago)
- Topics: api, api-documentation, docs, documentation, framework, graphql, javascript, js, react, shyft, website
- Language: JavaScript
- Homepage: https://shyft.dev
- Size: 477 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 37
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Shyft / Docs
[](https://app.netlify.com/sites/shyft-dev/deploys)
This is the source for the [Shyft](https://github.com/chriskalmar/shyft) documentation ([shyft.dev](https://shyft.dev)) website.
We need your help to improve our documentation.This repo is using [Docusaurus](https://docusaurus.io/) for generating the documention.
## Setup
```bash
git clone git@github.com:chriskalmar/shyft-docs.git
cd website
yarn && yarn start
```