Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fyralabs/devdocs
The unified documentation experience for developers hacking on Fyra Labs projects.
https://github.com/fyralabs/devdocs
docs documentation nextra
Last synced: about 2 months ago
JSON representation
The unified documentation experience for developers hacking on Fyra Labs projects.
- Host: GitHub
- URL: https://github.com/fyralabs/devdocs
- Owner: FyraLabs
- License: mit
- Created: 2023-10-29T12:23:19.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-11T15:01:38.000Z (about 2 months ago)
- Last Synced: 2024-12-11T15:29:03.187Z (about 2 months ago)
- Topics: docs, documentation, nextra
- Language: MDX
- Homepage: https://developer.fyralabs.com
- Size: 8.99 MB
- Stars: 2
- Watchers: 3
- Forks: 9
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Devdocs
The unified documentation experience for developers hacking on Fyra Labs projects.
###
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://choosealicense.com/licenses/mit/)
## 🛠️ Dependencies
Please make sure you have these dependencies first before building.
```bash
node
pnpm
```## 🏗️ Building
Simply clone this repo, then:
```bash
pnpm install
pnpm build # or `pnpm dev` to run a development server
```