Skip to content

Latest commit

 

History

History
59 lines (37 loc) · 2.11 KB

README.md

File metadata and controls

59 lines (37 loc) · 2.11 KB

My blog

Project status: Completed ✔️

Captura de tela de 2023-05-30 04-35-14 Captura de tela de 2023-05-30 04-38-25 Captura de tela de 2023-05-30 04-52-09

📌 Table of Contents

👷 Running Locally

Disclaimer: This project fetches data from my personal GraphCMS workspace, thus it's necessary to define the CMS endpoint as a environment variable, otherwise it's not possible to fully execute the scripts bellow

Clone repository

git clone https://github.com/Icegreeen/my-blog.git

Define environment variables

cp .env.local.example .env.local

Install dependencies & execute web application in development mode

yarn
yarn dev

Define the environment variables by creating a .env.local file similar to .env.local.example

📮 Faq

Question: What are the technologies used in this project?

Answer: Next.js, Styled Component and GraphCMS

Question Why Next.js instead of other frameworks of React out there?

Answer I chose Next.js in order to opt out for different rendering strategies

🐛 Issues

Feel free to file a new issue with a respective title and description. If you already found a solution to your problem, I would love to review your pull request!

🎉 Contributing

Check out the contributing page to see the best places to file issues, start discussions and begin contributing