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

https://github.com/hyper63/docs

The new hyper docs site
https://github.com/hyper63/docs

clean-architecture deno docs hyper nodejs ports-and-adapters service-framework vitepress

Last synced: about 2 months ago
JSON representation

The new hyper docs site

Awesome Lists containing this project

README

          

# hyper Docs

The new docs for the hyper Service Framework

## Getting Started

> If you're using GitPod, then this is already done for you

Simply run `yarn` to install dependencies, then `yarn dev` to start the dev server.

## Project Structure

The project is a standard [`Vitepress`](https://vitepress.dev/) site.

The docs are layed out in 4 different sections, within `/docs`.

| Section | Description |
| ------------- | -------------------------------------------------------------- |
| Api Reference | References to the various `App` interfaces for hyper |
| Concepts | Building blocks of hyper that are good to know for development |
| Build | References and guides on how to build with hyper |
| Host | Guides on how to host hyper |

## Request Missing Content

Missing something on the docs? This something isn't right? Think there should be another section?

Please create an issue and we'll try to get it added!

## Contributing

See [Contributing](./CONTRIBUTING.md)