Skip to content

nhsx/nhsx-internship-projects

Repository files navigation

nhsx-internship-projects

A single repository containing the current NHS England Internship Projects

Individual project descriptions can be found in the projects folder

Note - adding new projects will require an update to the index.md file as well content in the projects folder

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 the 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.