In a week, I build a personal website for me. It is written in Typescript, using Next.js.
- Node.js
- Git or Download repository as ZIP
GITHUB_ACCESS_TOKEN
Your personal Github access token see
SPOTIFY_CLIENT_ID
andSPOTIFY_CLIENT_SECRET
Your Spotify client credentials see
SPOTIFY_REFRESH_TOKEN
Your Spotify user refresh token see
add user-read-currently-playing
scope
$ git clone https://github.com/healthpackdev/website
# or download as ZIP and extract it
$ cd website
$ npm install
$ npm run dev