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.
- Host: GitHub
- URL: https://github.com/joaonetogit/whatif-project
- Owner: joaonetogit
- Created: 2022-11-20T05:27:55.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-11T13:16:07.000Z (12 months ago)
- Last Synced: 2025-01-07T19:39:15.968Z (5 months ago)
- Topics: marvel, nextjs, prismic-cms, stiches, whatif, yarn
- Language: JavaScript
- Homepage: https://joao-whatif-codeboost.vercel.app/
- Size: 2.96 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.