Skip to content

Eric1015/decentral-hire-web

Repository files navigation

DecentralHire Web

This is the UI for the DecentralHire dApp application here

Getting Started

Create an account at Infura: website link and obtain the project id and API secret key for IPFS from it. (You will need it later when filling in the .env.local file)

# copy the .env.example to .env.local for actual usage
cp .env.example .env.local

# create the file to store your firebase config downloaded from firebase console
touch public/firebase.config.ts

# install required packages
npm install

# start the dev server
npm run dev