Skip to content

casework/casework.github.io

Repository files navigation

Official Repository of the CASE Ontology Website

This repository serves the website for https://caseontology.org.

To report an issue with or make suggestions for the website, please visit the CASE Community Help Center.

If you are interested in contributing to the website and require a local environment for testing modifications, see CONTRIBUTE.md.

Local Development

This repository is configured with a Docker Compose file to allow for local development. To run the website locally, you will need to install Docker and Docker Compose.

Once Docker and Docker Compose are installed, you can run the following command to start the website locally:

docker-compose up -d --build

The website will be available at http://localhost:4000 and should automatically reload when changes are made to the source files as it is running in watch mode.

To stop the website, run the following command:

docker-compose down

To troubleshoot the website, you can view the logs with the following command:

docker logs jekyll