- Framework: Next.js
- Deployment: Vercel
- Styling: Tailwind CSS
- Analytics: Logrocket
- Content: MDX
- Clone this repo
git clone git@github.com:dlarroder/dalelarroder.git- Change directory
cd dalelarroder- Install dependencies
bun install- Create a
.env.localfile following the.env.example
cp .env.example .env.local- Add your environment variables to
.env.local
SPOTIFY_REFRESH_TOKEN=<Your env>
SPOTIFY_CLIENT_SECRET=<Your env>
SPOTIFY_CLIENT_ID=<Your env>
// ...- Run the development server
bun run devThis is the second version of my website.
Prevoius v1 version: