Ecosyste.ms: Awesome

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

https://github.com/nikolovlazar/v1.nikolovlazar.com

V1 of my personal site. If you're looking for v2: https://github.com/nikolovlazar/nikolovlazar.com
https://github.com/nikolovlazar/v1.nikolovlazar.com

airtable chakra-ui convertkit-api mdx nextjs planetscale prisma raindrop react typescript vercel

Last synced: 3 days ago
JSON representation

V1 of my personal site. If you're looking for v2: https://github.com/nikolovlazar/nikolovlazar.com

Lists

README

        

[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/git/external?repository-url=https://github.com/nikolovlazar/v1.nikolovlazar.com)

# V1 nikolovlazar.com

- **Framework**: [Next.js](https://nextjs.org/)
- **Database**: [PlanetScale](https://planetscale.com)
- **ORM**: [Prisma](https://prisma.io/)
- **Deployment**: [Vercel](https://vercel.com)
- **Content**: [MDX](https://github.com/mdx-js/mdx)
- **Styling**: [Chakra UI](https://chakra-ui.com/)
- **Services**:
- [Raindrop](https://raindrop.io/) for Bookmarks
- [ConvertKit](https://convertkit.com/) for Newsletter and Course Subscriptions
- [AirTable](https://airtable.com/) for Books
- [Plausible](https://plausible.io/) for Analytics

> If you're looking for V2: https://github.com/nikolovlazar/v2-nikolovlazar.com

## Running Locally

```bash
$ git clone https://github.com/nikolovlazar/v1.nikolovlazar.com.git
$ cd nikolovlazar.com
$ yarn
$ yarn dev
```

Create a `.env` file similar to [`.env.example`](https://github.com/nikolovlazar/nikolovlazar.com/blob/main/.env.example).