Skip to content

pritam1813/pclyst

Repository files navigation

Nextjsbadge graphqlbadge nextuibadge Tailwindcssbadge

PCLYST

Pclyst is a cutting-edge blog that covers everything related to PCs, Games, Smartphones and other cool gadgets. Whether you are looking for honest reviews, in-depth comparisons, breaking news, or expert tips, Pclyst has got you covered. Our team of passionate writers and tech enthusiasts are always on the lookout for the latest trends and innovations in the digital world. Join us and discover the best of technology with Pclyst!

TECH USED

Local Build

To run the project locally or deploy it on vercel, copy the contents of .env.example file to .env file or .env.local file. A hygraph account with a blog project is required. The project should have the following Schema:-

1. Post

  • title : (String, Single Line text, unique)
  • slug : (String, Single Line text, unique)
  • date : (Date)
  • exerpt : (String)
  • coverImage : (Asset, Two way referenced)
  • content : (RichText)
  • author : (Author, Two way reference)
  • seoOverride : (SeoOverride, Basic)
  • category : (String, Single Line text)

2. Page

  • title : (String, Single Line text, unique)
  • slug : (String, Single Line text, unique)
  • content : (RichText)

3. Newsletter Subscribers

  • email : (String, Single Line text, unique)

Note

All the schemas mentioned above have respective case sensitive API ID. If any of the field name / type is changed, the respective graphql query / mutation will be needed to be changed as well.

Creating a Permanent auth token as per Hygraph Documentation is neccessary to secure the mutation for the newsletter subscribers schema.

To Start the dev server run

pnpm dev

Snaps

Full Size Homepage Screenshot in dark mode

Full Size Homepage Screenshot in Light mode

Single post page

Deployment

Main deployment - https://pclyst.com OR Deploy yourself

Deploy with Vercel

LICENSE

This project is licensed under the MIT License

About

A modern tech blog, created using NextJs and NextUI

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages