dlarroder / dalelarroder

⚡️ My website built with Next.js, TypeScript, Tailwind, MDX

Home Page:https://www.dalelarroder.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dalelarroder.com ⚡️

Running Locally

Installation

  1. Clone this repo
git clone git@github.com: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

About

⚡️ My website built with Next.js, TypeScript, Tailwind, MDX

https://www.dalelarroder.com

License:MIT License


Languages

Language:TypeScript 68.8%Language:MDX 27.1%Language:CSS 4.1%Language:Shell 0.1%