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

https://github.com/openmc-dev/openmc.org

Demo of a github pages version of the openmc website
https://github.com/openmc-dev/openmc.org

Last synced: 2 months ago
JSON representation

Demo of a github pages version of the openmc website

Awesome Lists containing this project

README

          

A repository containing the OpenMC website using Github pages.

To build the site locally, clone the repository then install Myst Markdown

```
python -m pip install mystmd
```
Then build and host the site locally with
```
myst start
```

[link to live site](https://openmc.org/)