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.
- Host: GitHub
- URL: https://github.com/reactivebayes/rxinfer-website
- Owner: ReactiveBayes
- Created: 2022-10-10T15:27:07.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-03-07T14:46:46.000Z (over 1 year ago)
- Last Synced: 2025-03-07T15:35:52.442Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://rxinfer.ml
- Size: 39.4 MB
- Stars: 1
- Watchers: 8
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`.