Skip to content

An app to help you find and grow in a career you love. See link to app ===>

Notifications You must be signed in to change notification settings

frintern/skill-checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pathfinder

This is an app to help anyone find and start a career in tech. Learn more here

To run in dev:

Note: this is needed to be able to make calls to the google-sheets API from some "host" that is not just the local file system

  • Need to have python installed
  • $ cd into project directory
  • Run the python server (on port 8000) to serve the file
    • Python 2: $ python -m SimpleHTTPServer 8000
    • Python 3: $ python -m http.server 8000