Skip to content

hakkiai/My-Portfolio-V2

Repository files navigation

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

About

This version of my portfolio was inspired by and fully cloned from a portfolio made by Dale Larroder. I recreated it to learn and experiment with frontend technologies.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors