- Framework: Next.js
- Deployment: Vercel
- Styling: Tailwind CSS
- Analytics: Logrocket
- Content: MDX with Contentlayer
- Clone this repo
git clone git@github.com:dlarroder/dalelarroder.git
- Change directory
cd dalelarroder
- Install yarn packages
yarn
- 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
yarn dev
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!
- Fork the Project
- Commit your Changes (
git commit -m 'Add some Feature'
) - Push to the Branch (
git push origin main
) - Open a Pull Request
This is the second version of my website.
Prevoius v1 version: