dalelarroder
⚡️ My website built with Next.js, TypeScript, Tailwind, MDX
TypeScript★ 438⑂ 68 forksMITupdated 2 days ago
README.mdfork it — it’s yours
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.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 dev
Previous Version
This is the second version of my website.
Prevoius v1 version:
Licence
more like this