Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/dlarroder/dalelarroder
- Owner: dlarroder
- License: mit
- Created: 2022-04-09T12:05:04.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-12T19:27:29.000Z (8 months ago)
- Last Synced: 2024-04-13T02:58:05.896Z (8 months ago)
- Topics: blog, mdx, nextjs, portfolio, reactjs, tailwindcss, typescript
- Language: TypeScript
- Homepage: https://www.dalelarroder.com
- Size: 15.6 MB
- Stars: 254
- Watchers: 3
- Forks: 54
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)