johnggli / johnggli-blog

A modern blog app with React, GraphQL, NextJS, Tailwind CSS.

Home Page:https://johnggli-blog.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸ™‡β€β™‚οΈ Johnggli's Blog

A modern blog app with React, GraphQL, NextJS, Tailwind CSS.

GitHub top language Made by Repository size GitHub last commit

About the project   |    Getting started   |    How to contribute   |    License


screenshot


πŸ’‘ About the project

This is a free responsive CMS Blog App, with featured and recent posts, categories, markdown articles, author information, comments, and more.

πŸš€ Getting started

If you installed git you can clone the code to your machine, or download a ZIP of all the files directly. Download the ZIP from this location, or run the following git command to clone the files to your machine:

git clone https://github.com/johnggli/johnggli-blog
  • Once the files are on your machine, open the johnggli-blog folder in Visual Studio Code.
  • Create the .env file with NEXT_PUBLIC_GRAPHCMS_ENDPOINT and GRAPHCMS_TOKEN
  • Run yarn install
  • Run yarn run dev

πŸ€” How to contribute

  • Fork this repository;
  • Create a branch with your feature: git checkout -b my-feature;
  • Commit your changes: git commit -m "feat: my new feature";
  • Push to your branch: git push origin my-feature.

Once your pull request has been merged, you can delete your branch.

πŸ“ License

This project is under the MIT license. See the LICENSE file for more details.


Made with ❀️ by John Emerson πŸ‘‹ Get in touch

About

A modern blog app with React, GraphQL, NextJS, Tailwind CSS.

https://johnggli-blog.vercel.app

License:MIT License


Languages

Language:JavaScript 96.1%Language:SCSS 3.9%