Skip to content

dlarroder/dalelarroder

Repository files navigation

dalelarroder.com ⚡️

Running Locally

Installation

  1. Clone this repo
git clone [email protected]:dlarroder/dalelarroder.git
  1. Change directory
cd dalelarroder
  1. Install yarn packages
yarn
  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
yarn dev

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Commit your Changes (git commit -m 'Add some Feature')
  3. Push to the Branch (git push origin main)
  4. Open a Pull Request

Lighthouse Score

Screen Shot 2022-07-04 at 10 52 02 AM

Previous Version

This is the second version of my website.

Prevoius v1 version:

Licence

MIT © Dale Larroder