Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dlarroder/dalelarroder

⚡️ My website built with Next.js, TypeScript, Tailwind, MDX
https://github.com/dlarroder/dalelarroder

blog mdx nextjs portfolio reactjs tailwindcss typescript

Last synced: 6 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# dalelarroder.com ⚡️

- **Framework**: [Next.js](https://nextjs.org/)
- **Deployment**: [Vercel](https://vercel.com)
- **Styling**: [Tailwind CSS](https://tailwindcss.com/)
- **Analytics**: [Logrocket](https://logrocket.com/)
- **Content**: [MDX](https://mdxjs.com/)

## Running Locally

### Installation

1. Clone this repo

```bash
git clone [email protected]:dlarroder/dalelarroder.git
```

2. Change directory

```sh
cd dalelarroder
```

3. Install dependencies

```bash
bun install
```

1. Create a `.env.local` file following the `.env.example`

```bash
cp .env.example .env.local
```

5. Add your environment variables to `.env.local`

```txt
SPOTIFY_REFRESH_TOKEN=
SPOTIFY_CLIENT_SECRET=
SPOTIFY_CLIENT_ID=
// ...
```

6. Run the development server

```bash
bun run dev
```

## Previous Version

This is the second version of my website.

Prevoius v1 version:

- https://v1.dalelarroder.com/

## Licence

[MIT](https://github.com/dlarroder/dalelarroder/blob/master/LICENSE) © [Dale Larroder](https://www.dalelarroder.com)