Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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
```