Skip to content

utkarshg6/blockchain-carbon-cost-visualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation Instructions

Summary

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

You need to install either npm or yarn to build this project. Here are the link to resources to get started.

Installing

First of all clone the repository using the following command.

git clone https://github.com/utkarshg6/blockchain-carbon-cost-visualizer.git

Traverse to the blockchain-carbon-cost-visualizer.

cd blockchain-carbon-cost-visualizer

Installing through npm

In case you are installing through npm follow the instructions below. If you are installing through yarn then jump ahead to installation through yarn.

npm i

To run the app in development mode, use this command.

npm run dev

Installation through yarn

To install the dependencies you can do it by using the following command.

yarn

To run the app in development mode, use this command.

yarn dev

Viewing it in the Browser

You can open http://localhost:3000/ to view it in the browser.

Dependencies

You may find the dependencies inside the package.json file.

Tech Stack

  1. React.js
  2. Next.js

Vercel is used for hosting.