Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
Owain committed Jul 5, 2022
2 parents 28fdc87 + 318ccb4 commit eeb3c3b
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,20 @@
# h5yr_u10
# High 5, You Rock!
H5YR website build with Umbraco 10

* To get started - clone down this repo and spin up the site using IIS Express / Kestrel.
* Create a new local DB, SQLLite is fine for this
* Log in to the back office and run uSync from the Settings section - import everything
* Refresh the content node and a Home node should appear. If it doesn't, log out and log back in again.
* You'll need your own Twitter API keys and these should be stored in your own User Secrets file, more info about user secrets can be found https://skrift.io/issues/tell-me-all-your-secrets/

* You need to add the following lines to your User Secrets file and add your own twitter api values
```
"Twitter": {
"ConsumerKey": "",
"ConsumerSecret": "",
"AccessToken": "",
"AccessTokenSecret": ""
}
```


0 comments on commit eeb3c3b

Please sign in to comment.