Skip to content

Commit

Permalink
update content
Browse files Browse the repository at this point in the history
  • Loading branch information
davidhunter08 committed Dec 16, 2024
1 parent 4cb113b commit 8073ee1
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docs/get-started/github-and-heroku.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,14 @@ You first need to follow the NHS prototype guidance on [setting up Git](https://

Prototypes should be stored as repositories in the [GitHub NHS Digital](https://github.com/NHSDigital) organisation account.

Guidance on how to [get access to GitHub NHS Digital organisation](https://nhs.sharepoint.com/:u:/r/sites/X26_EngineeringCOE/SitePages/GitHub-User---how-to-request-access.aspx?csf=1&web=1&e=7WzUKB) is on SharePoint.
You can find guidance on how to [get access to GitHub NHS Digital organisation](https://nhs.sharepoint.com/:u:/r/sites/X26_EngineeringCOE/SitePages/GitHub-User---how-to-request-access.aspx?csf=1&web=1&e=7WzUKB) on SharePoint.

### Naming your prototype in GitHub

You should name your prototype to prevent people getting confused with production services. Use `nhsapp-prototype-` followed by the name of your service, for example: `nhsapp-prototype-prescriptions`

## Using Heroku to host your prototype

Depending on what testing you plan to do with users, you might want to run your prototype as a website, rather than on your local device.

We use Heroku to host prototypes. To host an NHS App prototype on Heroku, you first need to store your code on GitHub, then [contact the NHS App design system team](/community/help-and-feedback/), who will setup an Heroku app and URL for you.

0 comments on commit 8073ee1

Please sign in to comment.