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.gitTraverse to the blockchain-carbon-cost-visualizer.
cd blockchain-carbon-cost-visualizerIn case you are installing through npm follow the instructions below. If you are installing through yarn then jump ahead to installation through yarn.
npm iTo run the app in development mode, use this command.
npm run devTo install the dependencies you can do it by using the following command.
yarnTo run the app in development mode, use this command.
yarn devYou 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.