git clone [email protected]:dlarroder/dalelarroder.git
cd dalelarroder
bun install
.env.local
file following the .env.example
cp .env.example .env.local
.env.local
SPOTIFY_REFRESH_TOKEN=<Your env>
SPOTIFY_CLIENT_SECRET=<Your env>
SPOTIFY_CLIENT_ID=<Your env>
// ...
bun run dev
This is the second version of my website.
Prevoius v1 version: