Home

Awesome

dalelarroder.com ⚡️

Running Locally

Installation

  1. Clone this repo
git clone git@github.com:dlarroder/dalelarroder.git
  1. Change directory
cd dalelarroder
  1. Install dependencies
bun install
  1. Create a .env.local file following the .env.example
cp .env.example .env.local
  1. Add your environment variables to .env.local
SPOTIFY_REFRESH_TOKEN=<Your env>
SPOTIFY_CLIENT_SECRET=<Your env>
SPOTIFY_CLIENT_ID=<Your env>
// ...
  1. Run the development server
bun run dev

Previous Version

This is the second version of my website.

Prevoius v1 version:

Licence

MIT © Dale Larroder