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/
-
Install
Ruby
,Jekyll
andBundle
on your system: -
In the terminal, navigate to the repo folder and execute
bundle
-
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 -
Make changes to your code using your IDE - save and refresh the page to see the changes locally.