rhygg / web

Source code of my personal website.

Home Page:https://rhydderchc.tech

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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
      

About

Source code of my personal website.

https://rhydderchc.tech

License:Apache License 2.0


Languages

Language:JavaScript 97.5%Language:CSS 2.5%