Skip to content

brianwatroba/lirola-phone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lirola Phone 📱

Retro phone simulator.

Built for Jesse Lirola as an experimental portfolio site. Includes retro camera, special code links, and other easter eggs.

App link: https://www.liro.la



Local access

Instructions

  1. Install Node.js
  2. Create a .env file and include AIRTABLE_API_KEY. Jesse will have the key.
  3. npm install
  4. npm run dev
  5. Open localhost:8888 in your browser

Other notes

  1. Audio sprite + open graph image file are hosted in an S3 bucket. If you want to change these or use different hosting, change the file URLs directly in the code (PhoneBody.js component and index.html respectively)