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!
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:-
- 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)
- title : (String, Single Line text, unique)
- slug : (String, Single Line text, unique)
- content : (RichText)
- 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
Main deployment - https://pclyst.com OR Deploy yourself
This project is licensed under the MIT License