JeffSteinbok / jeffpardy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Jeffpardy

You'll need to contact Jeff for some keys for this to work. Right now, the app won't load without a connection to the blob store.

To work on the service:

  1. Make sure you have a key for the Azure blob store for the questions.
  2. Store the secret in the local cache:
    dotnet user-secrets set "BlobConnectionString" "[string from Azure Portal]"
    

To work on the web UX:

  1. open the project in VS and start in debug mode.
  2. npm run build
  3. npm run scss

About

License:MIT License


Languages

Language:TypeScript 66.5%Language:C# 21.6%Language:SCSS 8.7%Language:HTML 2.0%Language:JavaScript 0.7%Language:CSS 0.5%