Skip to content

healthpackdev/website

Repository files navigation


deploy with vercel

Overview

In a week, I build a personal website for me. It is written in Typescript, using Next.js.

Getting Started

Requriments

  • Node.js
  • Git or Download repository as ZIP

Enviroment variables

  • GITHUB_ACCESS_TOKEN

Your personal Github access token see

  • SPOTIFY_CLIENT_ID and SPOTIFY_CLIENT_SECRET

Your Spotify client credentials see

  • SPOTIFY_REFRESH_TOKEN

Your Spotify user refresh token see

add user-read-currently-playing scope

Running Locally

$ git clone https://github.com/healthpackdev/website
# or download as ZIP and extract it

$ cd website

$ npm install
$ npm run dev

LISENCE

MIT