Skip to content

Latest commit

 

History

History
35 lines (27 loc) · 791 Bytes

README.md

File metadata and controls

35 lines (27 loc) · 791 Bytes

OSMX Blog - v2.0
blog.osmx.me

TL;DR

You can fork this repo to modify and make changes of your own. Please give me proper credit by linking back to osmx.me Thanks!

Built With

  • Next.js
  • Tailwind CSS
  • Framer Motion
  • GraphQL
  • ShadCN UI
  • Hygraph
  • Hosted on Vercel.
  • Coded With VS Code.

Getting Started

  • Clone down this repository
  • Create a .env file in the root directory
  • Add API_ENDPOINT you can get the endpoint from Hygraph auth.hygraph.com
  • And NEXT_PUBLIC_BASE_URL change to your domain url
  • Should be like this:-
API_ENDPOINT=...
NEXT_PUBLIC_BASE_URL=...
  • Run npm install
  • Run the project npm run dev