r3nanp / r3nanp-blog

A blog with an OG Image generator. Written in Typescript and Next.js

Home Page:https://r3nanp-og-vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A blog written with Next.js to improve my knowledge in this framework.

license mit r3nanp prs

⚒ Technologies used

  • Next.js
  • Framer-motion
  • TailwindCSS
  • Puppeteer Core
  • Marked

🤔 How to run the app locally

# Clone repository

$ git clone https://github.com/r3nanp/r3nanp-blog.git

💪 How to Fork the project

# Create a new branch with your changes:

$ git checkout -b <branch>
# Save your changes and create a commit message telling you what you did:

$ git commit -m "<commit>"

# Submit your changes:

$ git push origin <branch>
# At the root of the project, run:

yarn or npm install
# To run the app in your machine:

yarn dev or npm run dev

About

A blog with an OG Image generator. Written in Typescript and Next.js

https://r3nanp-og-vercel.app

License:MIT License


Languages

Language:TypeScript 91.6%Language:JavaScript 6.9%Language:CSS 1.5%