Skip to content

LkeMitchll/interroban.gg

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
src
 
 
 
 
 
 
 
 
 
 

interroban.gg

Personal site of Luke Mitchell, a design director, product designer, and UI developer.

This site pulls data from:

  • last.fm: Music stats
  • FeedBin: Subscribed feed stats
  • Savee: Images for the scrapbook
  • Letterboxd: Recently watched movies
  • Uploadcare: Image CDN

This is a Eleventy (11ty) project.

Getting Started

Prerequisites

  • Node.js v17+

Build

First, install the bundle:

npm install

Next, build the site:

npm run build

Development

To run a development environment:

npm start

Open the address provided with your browser to see the result.