Skip to content

JasonElkin/High5YouRock

 
 

Repository files navigation

High 5, You Rock!

H5YR website build with Umbraco 10 - https://h5yr.com

Working with this repo

Prerequisites

Getting started

  1. Clone down this repo
  2. Install frontend dependencies (cd frontend && npm i)
  3. Spin up the site using IIS Express or Kestrel
  4. Create a new local DB, SQLLite is fine for this
  5. Log in to the back office and run uSync from the Settings section - import everything
  6. Refresh the content node and a Home node should appear. If it doesn't, log out and log back in again.

out of date

Todo: This info is now out of date and really needs updating for mastodon.

  • When working locally, the tweets shown on the feed are read from a test Tweet json file. If you want to see live tweets in the feed 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": "" 
  } 

About

H5YR website build with Umbraco 10

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 34.8%
  • C# 30.3%
  • SCSS 24.5%
  • CSS 5.5%
  • JavaScript 4.9%