/bookish-sw-adventure

Website to show my software engineering journey

Primary LanguageTypeScriptGNU General Public License v3.0GPL-3.0

Mike Joseph's website

About

The site is made for me to show myself in a more modern way to recruiters & also share guides for work I've done and realized there isn't something understanable for the reader to properly complete the task, like running traefik behind gce's load balancer with HTTPS.

Setup locally

  • Install packages

    npm install
  • Create env file

    touch .env
    NEXT_PUBLIC_CV_LINK= 
    NEXT_PUBLIC_CV_ID=
    NEXT_PUBLIC_LINKEDIN_USER=
    NEXT_PUBLIC_GITHUB_USER=
    NEXT_PUBLIC_REPOSITORY=
    NEXT_PUBLIC_OPEN_TO_WORK=false
    

    file with production values is backed up on gdrive

  • Run locally

    npm run dev

    You will know see the site live on localhost:3000