48 hour assessment for OpenForge. Demonstrates angular, ngrx, and ionic proficiency.
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.
- create the file ./env.ts in the project root
- add the following line and save
export const DEV_TOKEN = 'your_token_here';