Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 488 Bytes

README.md

File metadata and controls

36 lines (24 loc) · 488 Bytes

web3bridge-pyt

How to run the project locally

Step 1: Clone this repository:

git clone https://github.com/Bloceducare/web3bridge-pyt.git

Step 2: Install dependencies:

yarn install

Step 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 dev

How to build the project

yarn build

How to start, the build server

yarn start