My personal portfolio website hosted at https://benjamincarlson.io.
My personal website has changed over the years - from a static HTML site to Wordpress to Jekyll to Gatsby to Django and finally to Next.js/React. This site has my writing, projects, gear, and much more.
To run locally you must
git clone https://github.com/bjcarlson42/personal-website.git
cd benjamincarlson.io
yarn
yarn dev
Create a .env
file.
YOUTUBE_KEY=
GITHUB_KEY=
BUTTONDOWN__KEY=
FIREBASE_CLIENT_EMAIL=
FIREBASE_PROJECT_ID=
FIREBASE_PRIVATE_KEY=
STRAVA_CLIENT_ID=
STRAVA_SECRET=
STRAVA_REFRESH_TOKEN=
Navigate to http://localhost:3000.