An open API service indexing awesome lists of open source software.

https://github.com/joaonetogit/whatif-project

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.
https://github.com/joaonetogit/whatif-project

marvel nextjs prismic-cms stiches whatif yarn

Last synced: 3 months ago
JSON representation

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.

Awesome Lists containing this project

README

        

# WhatIf Project

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](https://joao-whatif-codeboost.vercel.app/)

## Features

- 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.

## Prerequisites

Make sure you have the following tools installed on your machine:

- Node.js
- Yarn

## Installation

Follow the instructions below to set up and run the project locally:

1. Clone this repository on your local machine:

```
git clone https://github.com/joaonetogit/whatif-codeboost.git
```

2. Navigate to the root directory of the project:

```
cd whatif-codeboost
```

3. Install the project's dependencies using Yarn:

```
yarn install
```

## Use

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.