My portfolio built with NextJS, Chakra UI, GraphCMS and TypeScript.
Nextglabs.com is a website that showcases a portfolio of projects. The website is built using Next.js, Chakra UI, and hygraph (GraphCMS). One of the reasons Next.js was chosen as the framework for this project is its ability to provide different rendering strategies and improved SEO out of the box. The website also makes use of Server Side Rendering (SSR) and on-demand static revalidation for better performance.
To run the website locally, follow these steps:
Define the required environment variables by creating a .env.local file. You can use the provided .env.local.example file as a template.
Install the necessary dependencies by running the following command:
npm install
npm run dev
http://localhost:3000 in your web browser.Nextglabs.com is a portfolio website built using Next.js, Chakra UI, and hygraph. It provides different rendering strategies and improved SEO out of the box, making it a suitable choice for showcasing projects. With the use of Server Side Rendering and on-demand static revalidation, the website offers excellent performance. Its easy integration with hygraph allows for easy management and updating of project information. To run the website locally, follow the installation guide provided.