Skip to content

rhygg/web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Personal Website

Hey 👋 feel free to look around my personal website!

Tech stacks used:

  • react
  • next.js
  • chakra-ui
  • spotify-api

Running locally

  • Enviornment variables:
SPOTIFY_CLIENT_TOKEN=
SPOTIFY_CLIENT_SECRET=
SPOTIFY_REFRESH_TOKEN=
  • Installing Packages
npm install
  • Running
    • Dev
      npm run dev
      
    • Production
      npm run build && npm run start