Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 2 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 (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-10-04T21:39:38.000Z (3 months ago)
- Last Synced: 2024-10-14T22:44:42.747Z (2 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: 3
- Forks: 1
- Open Issues: 37
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Shyft / Docs
[![Netlify Status](https://api.netlify.com/api/v1/badges/6354ed7c-ba92-41df-b422-f7d6ea7fd3bf/deploy-status)](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 [email protected]:chriskalmar/shyft-docs.git
cd website
yarn && yarn start
```