Step 1: Clone this repository:
git clone https://github.com/Bloceducare/web3bridge-pyt.gitStep 2: Install dependencies:
yarn installStep 3: Create a .env file
Create a .env file and create a PORT variable as it's in .env.example file.
Step 4: Run the development server:
yarn devyarn buildyarn start