Skip to content

EIDO-Systems/eido-website-conf

Repository files navigation

EIDO Healthcare Corporate Website

This is the repository for the EIDO Healthcare corporate website. It is built using Hugo and hosted on Netlify.

Requirements

Getting started

  1. Clone the repository:

    git clone git@github.com:EIDO-Systems/eido-website-conf.git
  2. Install the dependencies:

    yarn
  3. Start the development server:

    yarn start

    The site will be available at http://localhost:1313.

Deployment

Deployments are handled by Netlify when PRs are merged into the main branch, and CircleCI runs the local test suite on each PR.

To run tests locally:

yarn test

Code should also be linted before committing:

yarn lint

Content

Content can be contributed directly to the repo using Markdown (or MDX files), or via a yet to be determined CMS