Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/reciperium/react-recipe

React components for recipes
https://github.com/reciperium/react-recipe

react recipe-lang reciperium storybook

Last synced: 3 months ago
JSON representation

React components for recipes

Awesome Lists containing this project

README

        

# React Recipe

> Components for [recipe-lang](https://github.com/reciperium/recipe-lang)

[![NPM Version](https://img.shields.io/npm/v/%40reciperium%2Freact-recipe?style=flat-square)](https://www.npmjs.com/package/@reciperium/react-recipe)
![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/reciperium/react-recipe/build.yaml?style=flat-square)

- Documentation: https://reciperium.github.io/react-recipe
- Learn: https://learn.reciperium.com/
- Playground: https://play.reciperium.com/

## Installation

```sh
npm add @reciperium/react-recipe
```

## Contributing

### Dev server

```sh
just run
```

### Building

```sh
just build
```

### Building storybook

```sh
just build-storybook
```

### Publish

```sh
npm publish
```