Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/utkarshg6/blockchain-carbon-cost-visualizer
https://github.com/utkarshg6/blockchain-carbon-cost-visualizer
Last synced: 17 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/utkarshg6/blockchain-carbon-cost-visualizer
- Owner: utkarshg6
- Created: 2021-04-30T11:52:20.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-05-07T16:24:59.000Z (over 3 years ago)
- Last Synced: 2023-12-16T09:33:36.623Z (11 months ago)
- Language: JavaScript
- Homepage: blockchain-carbon-cost-visualizer.vercel.app
- Size: 623 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Installation Instructions
## Summary
- [Getting Started](README.md#getting-started)
- [Dependencies](README.md#dependencies)
- [Tech Stack](README.md#tech-stack)## 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.
- [`npm`](https://www.npmjs.com/get-npm)
- [`yarn`](https://classic.yarnpkg.com/en/docs/install/#windows-stable)### Installing
First of all clone the repository using the following command.
```bash
git clone https://github.com/utkarshg6/blockchain-carbon-cost-visualizer.git
```Traverse to the `blockchain-carbon-cost-visualizer`.
```bash
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`.](README.md#installation-through-yarn)
```bash
npm i
```To run the app in development mode, use this command.
```bash
npm run dev
```#### Installation through `yarn`
To install the dependencies you can do it by using the following command.
```bash
yarn
```To run the app in development mode, use this command.
```bash
yarn dev
```### Viewing it in the Browser
You can open [http://localhost:3000/](http://localhost:3000/) to view it in the browser.
## Dependencies
You may find the dependencies inside the [`package.json`](package.json) file.
## Tech Stack
1. React.js
2. Next.jsVercel is used for hosting.