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
- Host: GitHub
- URL: https://github.com/openmc-dev/openmc.org
- Owner: openmc-dev
- Created: 2024-01-07T21:38:29.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-12-03T03:50:24.000Z (4 months ago)
- Last Synced: 2025-12-06T01:24:04.266Z (4 months ago)
- Size: 114 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/)