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

https://github.com/reactivebayes/rxinfer-website

Repository with content of RxInfer website for Hugo static site generator.
https://github.com/reactivebayes/rxinfer-website

Last synced: about 1 month ago
JSON representation

Repository with content of RxInfer website for Hugo static site generator.

Awesome Lists containing this project

README

          

# RxInfer Website

This is a implementation of the [RxInfer website](https://rxinfer.com) using Next.js.

## Site development

First, install dependencies:

```bash
pnpm install
```

Then, run the development server:

```bash
pnpm dev
```

Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.

## Site deployment

The site is deployed automatically when a PR is merged into `main`.