-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/main' into main
- Loading branch information
Showing
1 changed file
with
19 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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": "" | ||
} | ||
``` | ||
|
||
|