Skip to content

neel-ds/fitChain

Repository files navigation

FitChain

FitChain - a decentralized fitness application that makes it easy to set weekly goals and track your progress, all while providing an incentivizing feature to help you unlock your full potential.

Prerequisites

Every user must have Metamask wallet to receive the exclusive NFTs. Checkout how to create Metamask wallet from here.

Follow the instructions for local environment: The user must have Node.js and npm to run this platform. Just download Node.js from here.

Setup Instructions

Clone the repo via CLI:

git clone https://github.com/neel-ds/fitChain
cd fitChain

Install the required packages:

npm install 
yarn install   #or

In the project directory, you can run:

npm run dev
yarn dev   #or