This project demonstrates the construction of a website using Next.js as a framework, Yarn as a package manager, Stitches for styling and Prismic for content management. It offers a practical example of how to integrate these technologies to create a modern and efficient web application.
You can view the project online at the following link: WhatIf
- Dynamic site with content that can be managed using Prismic.
- Use of Next.js for server-side rendering (SSR).
- Use of Stitches for component styling.
- Integration with Prismic to facilitate content management.
Make sure you have the following tools installed on your machine:
- Node.js
- Yarn
Follow the instructions below to set up and run the project locally:
-
Clone this repository on your local machine:
git clone https://github.com/joaonetogit/whatif-codeboost.git
-
Navigate to the root directory of the project:
cd whatif-codeboost
-
Install the project's dependencies using Yarn:
yarn install
After installation, you can run the project locally with the following command:
yarn dev
This will start the development server and you will be able to access the project in your browser.