Skip to content

nhsx/AnalyticsUnit

Repository files navigation

Digital Analytics and Research Team - Technical Store

For technical detail of current work going on in the Digital Analytics and Research Team (DART)

Uses https://service-manual.nhs.uk/

How to run Locally

  1. Install Ruby, Jekyll and Bundle on your system:

  2. Clone https://github.com/nhsx/AnalyticsUnit

  3. In ther terminal, navigate to the repo folder and execute bundle

  4. Execute bundle exec jekyll serve

    The website should be available locally on http://localhost:4000 now, or on the server address provided on the terminal

  5. Make changes to your code using your IDE - save and refresh the page to see the changes locally.