Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mericcan41/mericdev

My personal website that I built using NextJS & Framer Motion
https://github.com/mericcan41/mericdev

blog contentful framer-motion nextjs nextjs-blog personal-website portfolio website

Last synced: about 11 hours ago
JSON representation

My personal website that I built using NextJS & Framer Motion

Awesome Lists containing this project

README

        

## My Personal Website

[meric.dev](https://meric.dev/)

Source code of my personal website that I made using [Next.js](https://nextjs.org/).
Hosted with [Vercel](https://vercel.com/).

## Includes
- A working contact form that uses discord webhooks to send messages to your servers.
- Fully functional Blog system that's integrated to the Contentful CMS.
- Statically generated blog pages

## How to run?
Clone the project and add fill your .env.local file accordingly.

```env
CONTENTFUL_ACCESS_TOKEN=""
CONTENTFUL_SPACE_ID=""
WEBHOOK_URL=""
```