These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
You need to install either npm
or yarn
to build this project. Here are the link to resources to get started.
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
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
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
You can open http://localhost:3000/ to view it in the browser.
You may find the dependencies inside the package.json
file.
- React.js
- Next.js
Vercel is used for hosting.