Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 515 Bytes

README.md

File metadata and controls

41 lines (28 loc) · 515 Bytes

Bitcoin Virtual Machine website - Blockchains

Requirements

The following dependencies are required to build and run this project, depending on your OS, they may already be installed:

  • Install node (v18 recommended)
  • Install yarn or npm

Installation

  1. Install dependencies:
npm
# or
yarn
  1. Setup environments:
cp ./envs/.env.example .env
  1. Start development server
yarn dev
# or
npm run dev
  1. Build
yarn build
# or
npm run build