ror-community / ror-site

ROR main site
https://ror.org
MIT License
3 stars 5 forks source link
hacktoberfest

ror-site

Build Status

Research Organisation Registry community website

Local setup

Prerequisites

Running locally

  1. Start the hugo server

    hugo serve --disableFastRender --config localhost.toml
  2. Visit the site at http://localhost:1313

Alternately, on MacOS, run bash preview-local.command to check dependencies, start the server and open the site in Chrome.

Development

Deployment

All changes should be deployed to dev first, followed by staging and production:

  1. Merge pull request from feature branch to dev branch to deploy to dev.ror.org
  2. Open a pull request from dev branch against staging branch and merge to deploy to staging.ror.org
  3. Open a pull request from staging branch against master branch and merge to deploy to ror.org

Deployment is handled by Github actions

Notes