https://github.com/mdsimpson42/converse
ConveRSE - a hub for mental health resources for RSEs.
https://github.com/mdsimpson42/converse
mental-health research-software-engineering rseng
Last synced: 4 months ago
JSON representation
ConveRSE - a hub for mental health resources for RSEs.
- Host: GitHub
- URL: https://github.com/mdsimpson42/converse
- Owner: mdsimpson42
- Created: 2025-03-10T16:21:09.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-12-19T12:05:00.000Z (7 months ago)
- Last Synced: 2025-12-25T18:32:18.302Z (6 months ago)
- Topics: mental-health, research-software-engineering, rseng
- Language: HTML
- Homepage: https://mdsimpson42.github.io/converse/
- Size: 10.7 MB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ConveRSE
Code for the ConveRSE website, a hub for mental health information, resources and support,
created as part of [Mike Simpson's](https://www.software.ac.uk/fellowship-programme/mike-simpson) SSI Fellowship.
Some basic information about the site and the code is included below. More can be found on [the Wiki](https://github.com/mdsimpson42/converse/wiki).
## Contributing
As part of the ConveRSE project, we hope to collect blog posts about mental health from a wide and diverse subset of the community.
You can submit a blog post following [these instructions](https://github.com/mdsimpson42/converse/wiki) on the Wiki or using [this form](https://forms.gle/p8LwvSPBNcywJbFj8).
## Installation
The site has been developed on Windows. To run a local version for testing, you will need to follow these instructions:
**1 - The app requires Ruby. Download the [Windows Installer](https://rubyinstaller.org/).**
- Install the version with the dev kit and tick the box at the end to install MSYS2 and the development toolchain.
**2 - Install Jekyll using `gem install jekyll bundler`.**
**3 - You may have to run `bundle install` to install any remaining dependencies.**
More info can be found in the [Jekyll Documentation](https://jekyllrb.com/docs/).
## Running Locally
To run locally, use `bundle exec jekyll serve --livereload`, which will run a local web server at `http://localhost:4000/converse`.
The page will automatically reload when changes are made.