Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 24 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,27 @@ This is the GitHub repository for the Radis - Radiation Main Site. The Main Site

The documentation of the Radis project is found at [radis.readthedocs.io/](https://radis.readthedocs.io/).

The website uses the template from the excellent [EinsteinPy project](https://einsteinpy.org/). Check them out!
The website uses the template from the excellent [EinsteinPy project](https://einsteinpy.org/). Check them out!

## Running locally

**With Docker (easiest):**
```bash
make serve
```

**Without Docker** — install Ruby first:

| OS | Command |
|---|---|
| macOS | `brew install ruby` |
| Ubuntu/Debian | `sudo apt install ruby-full build-essential zlib1g-dev` |
| Windows | [RubyInstaller](https://rubyinstaller.org/) (include DevKit) |

Then:
```bash
gem install jekyll bundler jekyll-sitemap
jekyll serve
```

Open [http://localhost:4000](http://localhost:4000). Jekyll auto-reloads on file changes.