Skip to content

vipineth/bpro-dashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to run it locally

git clone https://github.com/vipineth/bpro-dashboard

# Rename the .env.example to .env.local
mv .env.example .env.local

# Add the alchemy key (https://www.alchemy.com/)

yarn install

yarn dev