Skip to content
This repository has been archived by the owner on Jan 22, 2022. It is now read-only.

Latest commit

 

History

History
10 lines (7 loc) · 453 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 453 Bytes

openforge-assessment-hscheuerle

48 hour assessment for OpenForge. Demonstrates angular, ngrx, and ionic proficiency.

usage

because github api is no longer fully accessable without some authentication, to run this app in development, you need to create and place an access token in the project.

  1. create the file ./env.ts in the project root
  2. add the following line and save
export const DEV_TOKEN = 'your_token_here';