OSMX Blog - v2.0
blog.osmx.me
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!
- Next.js
- Tailwind CSS
- Framer Motion
- GraphQL
- ShadCN UI
- Hygraph
- Hosted on
Vercel
. - Coded With
VS Code
.
- 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