Welcome to Adel Blog, the ultimate tech destination! Explore a wide range of tech insights managed through Hygraph. Engage with the community by leaving comments on approved posts.
To get started with Adel Blog, follow these steps:
- Clone the repository to your local machine.
- Install the required dependencies by running
npm install
. - Create a
.env
file in the root directory of the project. - Add the following environment variables to the
.env
file:
NEXT_PUBLIC_GRAPHCMS_ENDPOINT=your_graphcms_endpoint
GRAPHCMS_TOKEN=your_graphcms_token
Replace your_graphcms_endpoint
and your_graphcms_token
with the actual endpoint URL and token provided by GraphCMS.
- Start the development server by running
npm run dev
. - Open your browser and navigate to
http://localhost:3000
to see Adel Blog in action.
- Tech insights managed through Hygraph.
- Create, update, and delete blog posts.
- Create, update, and remove categories for blog posts.
- Engage with the community by leaving comments on approved posts.