Awesome
dalelarroder.com ⚡️
- Framework: Next.js
- Deployment: Vercel
- Styling: Tailwind CSS
- Analytics: Logrocket
- Content: MDX
Running Locally
Installation
- Clone this repo
git clone git@github.com:dlarroder/dalelarroder.git
- Change directory
cd dalelarroder
- Install dependencies
bun install
- Create a
.env.local
file 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 dev
Previous Version
This is the second version of my website.
Prevoius v1 version: